gluon-config-mode-core: remove "gluon" from view paths
These files are already located in /lib/gluon, no need to add it a second time.
This commit is contained in:
parent
002ab9b0e5
commit
b2b489854e
@ -25,7 +25,7 @@ f.submit = translate('Save & restart')
|
|||||||
f.reset = false
|
f.reset = false
|
||||||
|
|
||||||
local s = f:section(Section)
|
local s = f:section(Section)
|
||||||
s.template = "gluon/config-mode/welcome"
|
s.template = "config-mode/welcome"
|
||||||
s.package = "gluon-config-mode-core"
|
s.package = "gluon-config-mode-core"
|
||||||
|
|
||||||
local commit = {'gluon-setup-mode'}
|
local commit = {'gluon-setup-mode'}
|
||||||
@ -57,7 +57,7 @@ function f:write()
|
|||||||
r()
|
r()
|
||||||
end
|
end
|
||||||
|
|
||||||
f.template = "gluon/config-mode/reboot"
|
f.template = "config-mode/reboot"
|
||||||
f.package = "gluon-config-mode-core"
|
f.package = "gluon-config-mode-core"
|
||||||
f.hidenav = true
|
f.hidenav = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user