fix updater
Took 58 minutes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user