luci2: add initial switch configuration view
[project/luci2/ui.git] / luci2 / share / menu.d / status.json
1 {
2     "status": {
3         "title": "Status",
4         "index": 10
5     },
6     "status/overview": {
7         "title": "Overview",
8         "acls": [ "status" ],
9         "view": "status/overview",
10         "index": 10
11     },
12     "status/routes": {
13         "title": "Routes",
14         "acls": [ "status" ],
15         "view": "status/routes",
16         "index": 20
17     },
18     "status/syslog": {
19         "title": "System Log",
20         "acls": [ "status" ],
21         "view": "status/syslog",
22         "index": 30
23     },
24     "status/dmesg": {
25         "title": "Kernel Log",
26         "acls": [ "status" ],
27         "view": "status/dmesg",
28         "index": 40
29     },
30     "status/processes": {
31         "title": "Processes",
32         "acls": [ "status" ],
33         "view": "status/processes",
34         "index": 50
35     }
36 }