luci-mod-dsl: add page with DSL status information
[project/luci.git] / modules / luci-mod-dsl / root / usr / share / luci / menu.d / luci-mod-dsl.json
1 {
2 "admin/status/dsl": {
3 "title": "DSL Status",
4 "order": 7,
5 "action": {
6 "type": "firstchild"
7 },
8 "depends": {
9 "acl": [ "luci-mod-dsl" ]
10 }
11 },
12
13 "admin/status/dsl/stats": {
14 "title": "Stats",
15 "order": 1,
16 "action": {
17 "type": "view",
18 "path": "status/dsl/stats"
19 }
20 },
21
22 "admin/status/dsl/spectrum": {
23 "title": "Spectrum",
24 "order": 2,
25 "action": {
26 "type": "view",
27 "path": "status/dsl/spectrum"
28 }
29 }
30 }