treewide: add ACL annotations to menu entries
[oweals/luci.git] / applications / luci-app-coovachilli / root / usr / share / luci / menu.d / luci-app-coovachilli.json
1 {
2         "admin/services/coovachilli": {
3                 "title": "CoovaChilli",
4                 "order": 90,
5                 "action": {
6                         "type": "cbi",
7                         "path": "coovachilli",
8                         "post": { "cbi.submit": true }
9                 },
10                 "depends": {
11                         "acl": [ "luci-app-coovachilli" ]
12                 }
13         },
14
15         "admin/services/coovachilli/network": {
16                 "title": "Network Configuration",
17                 "order": 1,
18                 "action": {
19                         "type": "cbi",
20                         "path": "coovachilli_network",
21                         "post": { "cbi.submit": true }
22                 }
23         },
24
25         "admin/services/coovachilli/radius": {
26                 "title": "RADIUS configuration",
27                 "order": 2,
28                 "action": {
29                         "type": "cbi",
30                         "path": "coovachilli_radius",
31                         "post": { "cbi.submit": true }
32                 }
33         },
34
35         "admin/services/coovachilli/auth": {
36                 "title": "UAM and MAC Authentication",
37                 "order": 3,
38                 "action": {
39                         "type": "cbi",
40                         "path": "coovachilli_auth",
41                         "post": { "cbi.submit": true }
42                 }
43         }
44 }