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

luci-app-vnstat.json « menu.d « luci « share « usr « root « luci-app-vnstat « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b92e239c99946c9d1fb4db5f903704e4a203677 (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
{
	"admin/status/vnstat": {
		"title": "VnStat Traffic Monitor",
		"order": 90,
		"action": {
			"type": "firstchild"
		}
	},

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

	"admin/status/vnstat/config": {
		"title": "Configuration",
		"order": 2,
		"action": {
			"type": "cbi",
			"path": "vnstat",
			"post": { "cbi.submit": true }
		}
	}
}