X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci2%2Fui.git;a=blobdiff_plain;f=luci2%2Fshare%2Fmenu.d%2Fnetwork.json;h=d590046d568484a6525040e7dc703330494c0afd;hp=94078e0847be3aaa41d6c45c98d0de98839f02e4;hb=639d2147af1293101ce10b4d67bde91a42da6926;hpb=040ed60573605041313680e51b285cecff45f8cf diff --git a/luci2/share/menu.d/network.json b/luci2/share/menu.d/network.json index 94078e0..d590046 100644 --- a/luci2/share/menu.d/network.json +++ b/luci2/share/menu.d/network.json @@ -3,10 +3,34 @@ "title": "Network", "index": 30 }, + "network/interfaces": { + "title": "Interfaces", + "acls": [ "network" ], + "view": "network/interfaces", + "index": 10 + }, "network/switch": { "title": "Switch", - "acls": [ "switch" ], + "acls": [ "network" ], "view": "network/switch", "index": 30 + }, + "network/hosts": { + "title": "Hostnames", + "acls": [ "hostnames" ], + "view": "network/hosts", + "index": 50 + }, + "network/routes": { + "title": "Routes", + "acls": [ "network" ], + "view": "network/routes", + "index": 70 + }, + "network/diagnostics": { + "title": "Diagnostics", + "acls": [ "diagnostics" ], + "view": "network/diagnostics", + "index": 80 } }