Skip to content
Snippets Groups Projects
Commit 5e0048ae authored by Nils Schneider's avatar Nils Schneider
Browse files

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.
parent 5b8e0448
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment