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