treewide: convert simple Lua controllers to declarative JSON
[project/luci.git] / applications / luci-app-vnstat / root / usr / share / luci / menu.d / luci-app-vnstat.json
1 {
2 "admin/status/vnstat": {
3 "title": "VnStat Traffic Monitor",
4 "order": 90,
5 "action": {
6 "type": "firstchild"
7 }
8 },
9
10 "admin/status/vnstat/graphs": {
11 "title": "Graphs",
12 "order": 1,
13 "action": {
14 "type": "template",
15 "path": "vnstat"
16 }
17 },
18
19 "admin/status/vnstat/config": {
20 "title": "Configuration",
21 "order": 2,
22 "action": {
23 "type": "cbi",
24 "path": "vnstat",
25 "post": { "cbi.submit": true }
26 }
27 }
28 }