gluon-config-mode-core: nicer LuCI view filenames
This commit is contained in:
parent
1838cee0d6
commit
4d7e84b405
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user