15 lines
243 B
JSON
15 lines
243 B
JSON
|
|
{
|
||
|
|
"admin/services/zt-gateway": {
|
||
|
|
"title": "ZeroTier Gateway",
|
||
|
|
"order": 90,
|
||
|
|
"action": {
|
||
|
|
"type": "view",
|
||
|
|
"path": "zt-gateway/overview"
|
||
|
|
},
|
||
|
|
"depends": {
|
||
|
|
"acl": ["luci-app-zt-gateway"],
|
||
|
|
"uci": { "zt-gateway": true }
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|