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 3d2511d488
commit 54fec96e7b
1 changed files with 1 additions and 0 deletions

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)