configmode: remove tab "Wizard" in basic mode

This commit is contained in:
Nils Schneider 2013-09-29 22:06:03 +02:00
parent 8d7e84eedd
commit bdb95c6ece
1 changed files with 1 additions and 1 deletions

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