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