gluon-config-mode: remove 'reset' button
The reset button resets the form. I don't think this is needed in a wizard that simple and might confuse users so I removed it.
This commit is contained in:
parent
5b8e044893
commit
5e0048ae84
@ -7,6 +7,7 @@ local f, s, o
|
||||
configmode.setup_fastd_secret(meshvpn_name)
|
||||
|
||||
f = SimpleForm("wizard", "Willkommen!", "Willkommen zum Einrichtungsassistenten für deinen neuen Lübecker Freifunk-Knoten. Fülle das folgende Formular deinen Vorstellungen entsprechend aus und klicke anschließend auf den „Senden“-Button.")
|
||||
f.reset = false
|
||||
|
||||
s = f:section(SimpleSection, "Grundeinstellungen", nil)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user