gluon-luci-admin: change text "Expertmode" to "Expert Mode"
This commit is contained in:
parent
b7b374bd56
commit
10519660ea
@ -29,8 +29,8 @@ function index()
|
|||||||
root.target = alias("admin")
|
root.target = alias("admin")
|
||||||
root.index = true
|
root.index = true
|
||||||
end
|
end
|
||||||
|
|
||||||
local page = entry({"admin"}, alias("admin", "index"), "Expertmode", 10)
|
local page = entry({"admin"}, alias("admin", "index"), "Expert Mode", 10)
|
||||||
page.sysauth = "root"
|
page.sysauth = "root"
|
||||||
if configmode then
|
if configmode then
|
||||||
-- force root to be logged in when running in configmode
|
-- force root to be logged in when running in configmode
|
||||||
@ -39,7 +39,7 @@ function index()
|
|||||||
page.sysauth_authenticator = "htmlauth"
|
page.sysauth_authenticator = "htmlauth"
|
||||||
end
|
end
|
||||||
page.index = true
|
page.index = true
|
||||||
|
|
||||||
entry({"admin", "index"}, cbi("admin/remote"), "Remotezugriff", 1).ignoreindex = true
|
entry({"admin", "index"}, cbi("admin/remote"), "Remotezugriff", 1).ignoreindex = true
|
||||||
|
|
||||||
if not configmode then
|
if not configmode then
|
||||||
|
Loading…
Reference in New Issue
Block a user