Update many stuff, see toDo
Took 9 seconds
This commit is contained in:
@ -21,6 +21,9 @@ block setup
|
||||
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('proxyCheckbox').checked = !document.getElementById('proxyCheckbox').checked;") Arduino Mega als Proxy erlauben
|
||||
input#proxyCheckbox.input(type="checkbox")
|
||||
|
||||
|
||||
div#setupContainersDiv
|
||||
@ -52,6 +55,7 @@ block menu
|
||||
block settings
|
||||
// Settings
|
||||
button.btn.btn-primary#settings_refreshDrinks Getränke herunterladen
|
||||
button.btn.btn-primary#settings_update System aktualisieren
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user