modules/admin-full: use firstchild() instead of fixed alias
This commit is contained in:
parent
6350803416
commit
7e882e8bd6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue