From 5e0048ae8496d3f42b60061bd068c94edd04faa3 Mon Sep 17 00:00:00 2001 From: Nils Schneider <nils@nilsschneider.net> Date: Tue, 21 Jan 2014 23:42:03 +0100 Subject: [PATCH] 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. --- .../usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua b/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua index 517cf2b7b..9c1ee2fbb 100644 --- a/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua +++ b/package/gluon-config-mode/files/usr/lib/lua/luci/model/cbi/gluon-config-mode/wizard.lua @@ -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) -- GitLab