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