git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
6350803
)
modules/admin-full: use firstchild() instead of fixed alias
author
Jo-Philipp Wich
<redacted>
Wed, 26 Oct 2011 00:48:33 +0000
(
00:48
+0000)
committer
Jo-Philipp Wich
<redacted>
Wed, 26 Oct 2011 00:48:33 +0000
(
00:48
+0000)
modules/admin-full/luasrc/controller/admin/network.lua
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/controller/admin/network.lua
b/modules/admin-full/luasrc/controller/admin/network.lua
index 1e6892e16ee918b0df2a748a7ec994385c0d6578..954ba12f52d97be968a3144263bd9df7c06dd851 100644
(file)
--- a/
modules/admin-full/luasrc/controller/admin/network.lua
+++ b/
modules/admin-full/luasrc/controller/admin/network.lua
@@
-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
git clone https://git.99rst.org/PROJECT