38 lines
659 B
JSON
38 lines
659 B
JSON
{
|
|
"admin/services/tailscale": {
|
|
"title": "Tailscale",
|
|
"order": 90,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": [ "luci-app-tailscale" ],
|
|
"uci": { "tailscale": true }
|
|
}
|
|
},
|
|
"admin/services/tailscale/setting": {
|
|
"title": "Global Settings",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "tailscale/setting"
|
|
}
|
|
},
|
|
"admin/services/tailscale/interface": {
|
|
"title": "Interface Info",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "tailscale/interface"
|
|
}
|
|
},
|
|
"admin/services/tailscale/log": {
|
|
"title": "Logs",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "tailscale/log"
|
|
}
|
|
}
|
|
}
|