treewide: add ACL annotations to menu entries
[project/luci.git] / applications / luci-app-hd-idle / root / usr / share / luci / menu.d / luci-app-hd-idle.json
1 {
2 "admin/services/hd_idle": {
3 "title": "HDD Idle",
4 "order": 60,
5 "action": {
6 "type": "cbi",
7 "path": "hd_idle",
8 "post": { "cbi.submit": true }
9 },
10 "depends": {
11 "acl": [ "luci-app-hd-idle" ],
12 "uci": { "hd-idle": true }
13 }
14 }
15 }