Welcome to mirror list, hosted at ThFree Co, Russian Federation.

luci-app-statistics.json « menu.d « luci « share « usr « root « luci-app-statistics « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4a14b6954cf6da2470c5756cee2e191dfd7c4d3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
	"admin/statistics": {
		"title": "Statistics",
		"order": 80,
		"action": {
			"type": "firstchild"
		},
		"depends": {
			"uci": { "luci_statistics": true }
		}
	},

	"admin/statistics/graphs": {
		"title": "Graphs",
		"order": 10,
		"action": {
			"type": "view",
			"path": "statistics/graphs"
		}
	},

	"admin/statistics/collectd": {
		"title": "Setup",
		"order": 20,
		"action": {
			"type": "view",
			"path": "statistics/collectd"
		}
	}
}