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

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