fix updater

Took 58 minutes
This commit is contained in:
2023-04-17 10:40:10 +02:00
parent b8f09542b6
commit 61e93883a5
11 changed files with 130 additions and 93 deletions

View File

@ -18,9 +18,9 @@ block setup
div.inputGroup
label(onclick="document.getElementById('allowRemoteCheckbox').checked = !document.getElementById('allowRemoteCheckbox').checked;") Remote-Verbindungen erlauben
input#allowRemoteCheckbox.input(type="checkbox")
div.inputGroup
label(onclick="document.getElementById('hotspotCheckbox').checked = !document.getElementById('hotspotCheckbox').checked;") Ohne WiFi Hotspot aktivieren
input#hotspotCheckbox.input(type="checkbox")
//div.inputGroup
// label(onclick="document.getElementById('hotspotCheckbox').checked = !document.getElementById('hotspotCheckbox').checked;") Ohne WiFi Hotspot aktivieren
// input#hotspotCheckbox.input(type="checkbox")
div.inputGroup
label() Arduino Mega als Proxy erlauben
input#proxyCheckbox.input(type="checkbox")
@ -57,6 +57,7 @@ block settings
button.btn.btn-primary#settings_refreshDrinks Datenbank aktualisieren
button.btn.btn-primary#settings_deleteDrinks Datenbank leeren
button.btn.btn-primary#settings_reload Oberfläche neu starten
button.btn.btn-primary#settings_hotspot Hotspot Einstellungen
button.btn.btn-primary#settings_getInfo Systeminformationen
button.btn.btn-primary#settings_update System aktualisieren
button.btn.btn-primary#settings_restart(disabled="disabled") iTender neu starten