gluon-config-mode-core: nicer LuCI view filenames

This commit is contained in:
Matthias Schiffer 2015-05-03 01:58:07 +02:00
parent 1838cee0d6
commit 4d7e84b405
4 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ function action_reboot()
local hostname = uci:get_first("system", "system", "hostname")
luci.template.render("gluon-config-mode/reboot", { parts=parts
luci.template.render("gluon/config-mode/reboot", { parts=parts
, hostname=hostname
})
else

View File

@ -17,7 +17,7 @@ end
f = SimpleForm("wizard")
f.reset = false
f.template = "gluon-config-mode/cbi/wizard"
f.template = "gluon/cbi/config-mode"
for _, s in ipairs(wizard) do
s.section(f)