summaryrefslogtreecommitdiff
path: root/luci2/share
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-10-13 22:38:59 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-10-13 22:38:59 +0000
commit5abf327e7b688454224f15aab71b65f33ebfd0ba (patch)
treebc5ce24374cf69249ae3e64153765907c6d69816 /luci2/share
parentc59141ddc324d259467d08ec222b4041b24f68f5 (diff)
downloadluci2-ui-5abf327e7b688454224f15aab71b65f33ebfd0ba.tar.gz
luci2: add network routes view
Diffstat (limited to 'luci2/share')
-rw-r--r--luci2/share/menu.d/network.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/luci2/share/menu.d/network.json b/luci2/share/menu.d/network.json
index e88dff6..e577d70 100644
--- a/luci2/share/menu.d/network.json
+++ b/luci2/share/menu.d/network.json
@@ -15,6 +15,12 @@
"view": "network/hosts",
"index": 50
},
+ "network/routes": {
+ "title": "Routes",
+ "acls": [ "network" ],
+ "view": "network/routes",
+ "index": 70
+ },
"network/diagnostics": {
"title": "Diagnostics",
"acls": [ "diagnostics" ],