treewide: convert simple Lua controllers to declarative JSON
[project/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 "uci": { "nextdns": true }
10 }
11 },
12
13 "admin/services/nextdns/overview": {
14 "title": "Overview",
15 "order": 1,
16 "action": {
17 "type": "view",
18 "path": "nextdns/overview"
19 }
20 },
21
22 "admin/services/nextdns/log": {
23 "title": "Configuration",
24 "order": 2,
25 "action": {
26 "type": "view",
27 "path": "nextdns/logread"
28 }
29 }
30 }