gluon-luci-admin: get rid of an unneeded model

This commit is contained in:
Matthias Schiffer 2017-01-25 21:56:25 +01:00
parent 90fa69d7dd
commit b5a3b9115b
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
2 changed files with 1 additions and 5 deletions

View File

@ -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

View File

@ -1,4 +0,0 @@
local t = Template('admin/info')
t.pageaction = false
return t