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