4a14b6954cf6da2470c5756cee2e191dfd7c4d3f
[oweals/luci.git] / applications / luci-app-statistics / root / usr / share / luci / menu.d / luci-app-statistics.json
1 {
2         "admin/statistics": {
3                 "title": "Statistics",
4                 "order": 80,
5                 "action": {
6                         "type": "firstchild"
7                 },
8                 "depends": {
9                         "uci": { "luci_statistics": true }
10                 }
11         },
12
13         "admin/statistics/graphs": {
14                 "title": "Graphs",
15                 "order": 10,
16                 "action": {
17                         "type": "view",
18                         "path": "statistics/graphs"
19                 }
20         },
21
22         "admin/statistics/collectd": {
23                 "title": "Setup",
24                 "order": 20,
25                 "action": {
26                         "type": "view",
27                         "path": "statistics/collectd"
28                 }
29         }
30 }