29 lines
517 B
JSON
29 lines
517 B
JSON
{
|
|
"admin/secubox/security/guardian": {
|
|
"title": "Client Guardian",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-client-guardian"]
|
|
}
|
|
},
|
|
"admin/secubox/security/guardian/clients": {
|
|
"title": "Clients",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "client-guardian/overview"
|
|
}
|
|
},
|
|
"admin/secubox/security/guardian/settings": {
|
|
"title": "Settings",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "client-guardian/settings"
|
|
}
|
|
}
|
|
}
|