6faede5b1484ff2fc98adc0d05892a0cf4df3619
[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                         "fs": {
11                                 "/usr/bin/adblock.sh": "executable",
12                                 "/etc/init.d/adblock": "executable"
13                         },
14                         "uci": { "adblock": true }
15                 }
16         },
17         "admin/services/adblock/overview": {
18                 "title": "Overview",
19                 "order": 10,
20                 "action": {
21                         "type": "view",
22                         "path": "adblock/overview"
23                 }
24         },
25         "admin/services/adblock/dnsreport": {
26                 "title": "DNS Report",
27                 "order": 20,
28                 "action": {
29                         "type": "view",
30                         "path": "adblock/dnsreport"
31                 }
32         },
33         "admin/services/adblock/blacklist": {
34                 "title": "Edit Blacklist",
35                 "order": 30,
36                 "action": {
37                         "type": "view",
38                         "path": "adblock/blacklist"
39                 }
40         },
41         "admin/services/adblock/whitelist": {
42                 "title": "Edit Whitelist",
43                 "order": 40,
44                 "action": {
45                         "type": "view",
46                         "path": "adblock/whitelist"
47                 }
48         },
49         "admin/services/adblock/logread": {
50                 "title": "Log View",
51                 "order": 50,
52                 "action": {
53                         "type": "view",
54                         "path": "adblock/logread"
55                 }
56         }
57 }