luci2: Initial network interface configuration view
[project/luci2/ui.git] / luci2 / share / menu.d / network.json
index 64921b3..d590046 100644 (file)
@@ -3,9 +3,15 @@
         "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
     },
         "view": "network/hosts",
         "index": 50
     },
+    "network/routes": {
+        "title": "Routes",
+        "acls": [ "network" ],
+        "view": "network/routes",
+        "index": 70
+    },
     "network/diagnostics": {
         "title": "Diagnostics",
         "acls": [ "diagnostics" ],