bug fixes

This commit is contained in:
Neythen
2021-12-06 20:10:14 +00:00
parent f7581a58ab
commit 19e4c61e63
1269 changed files with 46 additions and 34 deletions

0
templates/._index.html Normal file → Executable file
View File

0
templates/app.js Normal file → Executable file
View File

0
templates/images/logo_white.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

11
templates/index.html Normal file → Executable file
View File

@@ -47,7 +47,7 @@
<p class="m-0 text-white">Version 1.0</p>
</div>
<p class="hostname-text">
Hostname: <span id="host-name">fintic</span>.local
Hostname: <span id="host-name">{{ general_settings.hostname }}</span>.local
</p>
<a id="update-btn" class="btn update-btn">Check Updates</a>
</header>
@@ -83,6 +83,7 @@
id="brightness-input"
class="form-control brightness-text"
aria-describedby="TextHelpInline"
value={{ general_settings.brightness }}
/>
</div>
@@ -102,9 +103,9 @@
<div class="col-auto">
<select id="inputAnimation" class="form-select">
<option>Pulsating Colors</option>
<option>Rotating Square</option>
<!--<option>Rotating Square</option>-->
<option>Pulsating brightness</option>
<option>Game of Life</option>
<!--<option>Game of Life</option>-->
<option>Sleep</option>
</select>
</div>
@@ -129,6 +130,7 @@
id="host-name-input"
class="form-control"
aria-describedby="TextHelpInline"
value={{ general_settings.hostname }}
/>
</div>
@@ -202,7 +204,7 @@
<label
for="country-code-input"
class="col-form-label text-right w-115-px"
>2Letter Country Code:
>Two Letter Country Code:
</label>
</div>
<div class="col-auto">
@@ -211,6 +213,7 @@
id="country-code-input"
class="form-control"
aria-describedby="TextHelpInline"
value={{ general_settings.country_code }}
/>
</div>
</div>

0
templates/index_old.html Normal file → Executable file
View File

0
templates/style.css Normal file → Executable file
View File