Skip to content
Snippets Groups Projects
Commit 4d7e84b4 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

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

parent 1838cee0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment