luci2: Initial network interface configuration view
[project/luci2/ui.git] / luci2 / share / menu.d / network.json
1 {
2     "network": {
3         "title": "Network",
4         "index": 30
5     },
6     "network/interfaces": {
7         "title": "Interfaces",
8         "acls": [ "network" ],
9         "view": "network/interfaces",
10         "index": 10
11     },
12     "network/switch": {
13         "title": "Switch",
14         "acls": [ "network" ],
15         "view": "network/switch",
16         "index": 30
17     },
18     "network/hosts": {
19         "title": "Hostnames",
20         "acls": [ "hostnames" ],
21         "view": "network/hosts",
22         "index": 50
23     },
24     "network/routes": {
25         "title": "Routes",
26         "acls": [ "network" ],
27         "view": "network/routes",
28         "index": 70
29     },
30     "network/diagnostics": {
31         "title": "Diagnostics",
32         "acls": [ "diagnostics" ],
33         "view": "network/diagnostics",
34         "index": 80
35     }
36 }