modules/admin-full: use firstchild() instead of fixed alias

This commit is contained in:
Jo-Philipp Wich 2011-10-26 00:48:33 +00:00
parent 6350803416
commit 7e882e8bd6

View file

@ -31,7 +31,7 @@ function index()
local page
page = node("admin", "network")
page.target = alias("admin", "network", "network")
page.target = firstchild()
page.title = _("Network")
page.order = 50
page.index = true