Files
luci-app-tailscale/root/usr/share/luci/menu.d/luci-app-tailscale.json
2024-01-28 11:53:33 +08:00

30 lines
514 B
JSON

{
"admin/services/tailscale": {
"title": "Tailscale",
"order": 90,
"action": {
"type": "firstchild"
},
"depends": {
"acl": [ "luci-app-tailscale" ],
"uci": { "tailscale": true }
}
},
"admin/services/tailscale/base": {
"title": "Base settings",
"order": 10,
"action": {
"type": "view",
"path": "tailscale/base"
}
},
"admin/services/tailscale/interface": {
"title": "Interface info",
"order": 20,
"action": {
"type": "view",
"path": "tailscale/interface"
}
}
}