luci2: add initial switch configuration view
[project/luci2/ui.git] / luci2 / share / menu.d / network.json
diff --git a/luci2/share/menu.d/network.json b/luci2/share/menu.d/network.json
new file mode 100644 (file)
index 0000000..94078e0
--- /dev/null
@@ -0,0 +1,12 @@
+{
+    "network": {
+        "title": "Network",
+        "index": 30
+    },
+    "network/switch": {
+        "title": "Switch",
+        "acls": [ "switch" ],
+        "view": "network/switch",
+        "index": 30
+    }
+}