luci-app-lldpd: rebase i18n
[project/luci.git] / applications / luci-app-vnstat2 / root / usr / share / luci / menu.d / luci-app-vnstat2.json
1 {
2 "admin/status/vnstat2": {
3 "title": "Traffic Monitor",
4 "order": 90,
5 "action": {
6 "type": "firstchild"
7 },
8 "depends": {
9 "acl": [ "luci-app-vnstat2" ],
10 "fs": {
11 "/usr/bin/vnstat": "executable",
12 "/usr/bin/vnstati": "executable"
13 }
14 }
15 },
16
17 "admin/status/vnstat2/graphs": {
18 "title": "Graphs",
19 "order": 1,
20 "action": {
21 "type": "view",
22 "path": "vnstat2/graphs"
23 }
24 },
25
26 "admin/status/vnstat2/config": {
27 "title": "Configuration",
28 "order": 2,
29 "action": {
30 "type": "view",
31 "path": "vnstat2/config"
32 }
33 }
34 }