configmode: remove tab "Wizard" in basic mode

This commit is contained in:
Nils Schneider 2013-09-29 22:06:03 +02:00
parent b1c14b2b97
commit 8476bf5a2b

View File

@ -38,7 +38,7 @@ function index()
page.setgroup = "root"
page.index = true
entry({"configmode", "wizard"}, form("configmode/wizard"), _("Wizard"), 10).index = true
entry({"configmode", "wizard"}, form("configmode/wizard")).index = true
entry({"configmode", "reboot"}, call("action_reboot"))
end
end