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