luci2: Initial network interface configuration view
[project/luci2/ui.git] / luci2 / share / menu.d / network.json
index 94078e0..d590046 100644 (file)
@@ -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
     }
 }