X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci2%2Fui.git;a=blobdiff_plain;f=luci2%2Fshare%2Fmenu.d%2Fnetwork.json;h=99b826bf958aeef3a06e69ee2543907b2d664229;hp=64921b3c14d34957b40bee48f88e89921f625b8d;hb=HEAD;hpb=6c11828ca6216bd177e974ba6843ec5332afddf4 diff --git a/luci2/share/menu.d/network.json b/luci2/share/menu.d/network.json index 64921b3..99b826b 100644 --- a/luci2/share/menu.d/network.json +++ b/luci2/share/menu.d/network.json @@ -3,18 +3,38 @@ "title": "Network", "index": 30 }, + "network/interfaces": { + "title": "Interfaces", + "acls": [ "network" ], + "view": "network/interfaces", + "index": 10 + }, + "network/wireless": { + "title": "Wireless", + "acls": [ "network" ], + "view": "network/wireless", + "index": 20 + }, "network/switch": { "title": "Switch", - "acls": [ "switch" ], + "acls": [ "network" ], + "files": [ "/sbin/swconfig" ], "view": "network/switch", "index": 30 }, "network/hosts": { "title": "Hostnames", "acls": [ "hostnames" ], + "files": [ "/etc/config/dhcp" ], "view": "network/hosts", "index": 50 }, + "network/routes": { + "title": "Routes", + "acls": [ "network" ], + "view": "network/routes", + "index": 70 + }, "network/diagnostics": { "title": "Diagnostics", "acls": [ "diagnostics" ],