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

luci-app-watchcat.json « menu.d « luci « share « usr « root « luci-app-watchcat « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d1eba7b438033653a4288c9c26054cdba41ca891 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
	"admin/services/watchcat": {
		"title": "Watchcat",
		"order": 90,
		"action": {
			"type": "cbi",
			"path": "watchcat/watchcat",
			"post": { "cbi.submit": true }
		},
		"depends": {
			"uci": { "system": true }
		}
	}
}