gluon-luci-admin: get rid of an unneeded model
This commit is contained in:
parent
90fa69d7dd
commit
b5a3b9115b
@ -34,6 +34,6 @@ function index()
|
||||
page.sysauth_authenticator = function() return "root" end
|
||||
page.index = true
|
||||
|
||||
entry({"admin", "index"}, cbi("admin/info"), _("Information"), 1).ignoreindex = true
|
||||
entry({"admin", "index"}, template("admin/info"), _("Information"), 1)
|
||||
entry({"admin", "remote"}, cbi("admin/remote"), _("Remote access"), 10)
|
||||
end
|
||||
|
@ -1,4 +0,0 @@
|
||||
local t = Template('admin/info')
|
||||
t.pageaction = false
|
||||
|
||||
return t
|
Loading…
Reference in New Issue
Block a user