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

luci-app-vnstat2.json « menu.d « luci « share « usr « root « luci-app-vnstat2 « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4aa9dd2aa05f4d41da2fe876054fb0c974b19343 (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
31
32
33
34
{
	"admin/status/vnstat2": {
		"title": "vnStat Traffic Monitor",
		"order": 90,
		"action": {
			"type": "firstchild"
		},
		"depends": {
			"acl": [ "luci-app-vnstat2" ],
			"fs": {
				"/usr/bin/vnstat": "executable",
				"/usr/bin/vnstati": "executable"
			}
		}
	},

	"admin/status/vnstat2/graphs": {
		"title": "Graphs",
		"order": 1,
		"action": {
			"type": "view",
			"path": "vnstat2/graphs"
		}
	},

	"admin/status/vnstat2/config": {
		"title": "Configuration",
		"order": 2,
		"action": {
			"type": "view",
			"path": "vnstat2/config"
		}
	}
}