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:
Matthias Schiffer 2018-02-23 18:53:41 +01:00
parent 002ab9b0e5
commit b2b489854e
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
3 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ f.submit = translate('Save & restart')
f.reset = false
local s = f:section(Section)
s.template = "gluon/config-mode/welcome"
s.template = "config-mode/welcome"
s.package = "gluon-config-mode-core"
local commit = {'gluon-setup-mode'}
@ -57,7 +57,7 @@ function f:write()
r()
end
f.template = "gluon/config-mode/reboot"
f.template = "config-mode/reboot"
f.package = "gluon-config-mode-core"
f.hidenav = true