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:
Nils Schneider 2014-01-21 23:42:03 +01:00
parent 5b8e044893
commit 5e0048ae84

View File

@ -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)