treewide: add ACL annotations to menu entries
[oweals/luci.git] / applications / luci-app-nextdns / root / usr / share / luci / menu.d / luci-app-nextdns.json
1 {
2         "admin/services/nextdns": {
3                 "title": "NextDNS",
4                 "order": 60,
5                 "action": {
6                         "type": "firstchild"
7                 },
8                 "depends": {
9                         "acl": [ "luci-app-nextdns" ],
10                         "uci": { "nextdns": true }
11                 }
12         },
13
14         "admin/services/nextdns/overview": {
15                 "title": "Overview",
16                 "order": 1,
17                 "action": {
18                         "type": "view",
19                         "path": "nextdns/overview"
20                 }
21         },
22
23         "admin/services/nextdns/log": {
24                 "title": "Configuration",
25                 "order": 2,
26                 "action": {
27                         "type": "view",
28                         "path": "nextdns/logread"
29                 }
30         }
31 }