提交 76548e7d 编写于 作者: J Jo-Philipp Wich

modules/admin-full: use firstchild() in index controller

上级 7e882e8b
......@@ -17,12 +17,12 @@ module("luci.controller.admin.index", package.seeall)
function index()
local root = node()
if not root.target then
root.target = alias("admin")
root.target = firstchild()
root.index = true
end
local page = node("admin")
page.target = alias("admin", "status")
page.target = firstchild()
page.title = _("Administration")
page.order = 10
page.sysauth = "root"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册