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