relocate to VPN menu

fix #30
This commit is contained in:
asvow
2025-04-21 09:24:32 +08:00
parent d543b13ffe
commit 4d6b5e104d

View File

@@ -1,5 +1,5 @@
{ {
"admin/services/tailscale": { "admin/vpn/tailscale": {
"title": "Tailscale", "title": "Tailscale",
"order": 90, "order": 90,
"action": { "action": {
@@ -10,7 +10,7 @@
"uci": { "tailscale": true } "uci": { "tailscale": true }
} }
}, },
"admin/services/tailscale/setting": { "admin/vpn/tailscale/setting": {
"title": "Global Settings", "title": "Global Settings",
"order": 10, "order": 10,
"action": { "action": {
@@ -18,7 +18,7 @@
"path": "tailscale/setting" "path": "tailscale/setting"
} }
}, },
"admin/services/tailscale/interface": { "admin/vpn/tailscale/interface": {
"title": "Interface Info", "title": "Interface Info",
"order": 20, "order": 20,
"action": { "action": {
@@ -26,7 +26,7 @@
"path": "tailscale/interface" "path": "tailscale/interface"
} }
}, },
"admin/services/tailscale/log": { "admin/vpn/tailscale/log": {
"title": "Logs", "title": "Logs",
"order": 30, "order": 30,
"action": { "action": {