luci2: rename switch acl group to network as it is going to be shared with other...
[project/luci2/ui.git] / luci2 / share / menu.d / network.json
index 94078e0..e88dff6 100644 (file)
@@ -5,8 +5,20 @@
     },
     "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/diagnostics": {
+        "title": "Diagnostics",
+        "acls": [ "diagnostics" ],
+        "view": "network/diagnostics",
+        "index": 80
     }
 }