luci-app-cloudflared: simplify translation
[project/luci.git] / applications / luci-app-cloudflared / root / usr / share / luci / menu.d / luci-app-cloudflared.json
1 {
2 "admin/vpn/cloudflared": {
3 "title": "Cloudflare Zero Trust Tunnel",
4 "order": 80,
5 "action": {
6 "type": "firstchild"
7 },
8 "depends": {
9 "acl": [ "luci-app-cloudflared" ],
10 "uci": { "cloudflared": true }
11 }
12 },
13 "admin/vpn/cloudflared/config": {
14 "title": "Configuration",
15 "order": 10,
16 "action": {
17 "type": "view",
18 "path": "cloudflared/config"
19 }
20 },
21 "admin/vpn/cloudflared/tunnels": {
22 "title": "Tunnels",
23 "order": 20,
24 "action": {
25 "type": "view",
26 "path": "cloudflared/tunnels"
27 }
28 },
29 "admin/vpn/cloudflared/log": {
30 "title": "Log",
31 "order": 30,
32 "action": {
33 "type": "view",
34 "path": "cloudflared/log"
35 }
36 }
37 }