treewide: add ACL annotations to menu entries
[oweals/luci.git] / applications / luci-app-adblock / root / usr / share / luci / menu.d / luci-app-adblock.json
1 {
2         "admin/services/adblock": {
3                 "title": "Adblock",
4                 "order": "60",
5                 "action": {
6                         "type": "alias",
7                         "path": "admin/services/adblock/overview"
8                 },
9                 "depends": {
10                         "acl": [ "luci-app-adblock" ],
11                         "fs": {
12                                 "/usr/bin/adblock.sh": "executable",
13                                 "/etc/init.d/adblock": "executable"
14                         },
15                         "uci": { "adblock": true }
16                 }
17         },
18         "admin/services/adblock/overview": {
19                 "title": "Overview",
20                 "order": 10,
21                 "action": {
22                         "type": "view",
23                         "path": "adblock/overview"
24                 }
25         },
26         "admin/services/adblock/dnsreport": {
27                 "title": "DNS Report",
28                 "order": 20,
29                 "action": {
30                         "type": "view",
31                         "path": "adblock/dnsreport"
32                 }
33         },
34         "admin/services/adblock/blacklist": {
35                 "title": "Edit Blacklist",
36                 "order": 30,
37                 "action": {
38                         "type": "view",
39                         "path": "adblock/blacklist"
40                 }
41         },
42         "admin/services/adblock/whitelist": {
43                 "title": "Edit Whitelist",
44                 "order": 40,
45                 "action": {
46                         "type": "view",
47                         "path": "adblock/whitelist"
48                 }
49         },
50         "admin/services/adblock/logread": {
51                 "title": "Log View",
52                 "order": 50,
53                 "action": {
54                         "type": "view",
55                         "path": "adblock/logread"
56                 }
57         }
58 }