- Change path from admin/services/ndpid to admin/secubox/ndpid - Rename menu title to "nDPId Intelligence" - Set order 35 (between Network Intelligence and other apps) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
38 lines
619 B
JSON
38 lines
619 B
JSON
{
|
|
"admin/secubox/ndpid": {
|
|
"title": "nDPId Intelligence",
|
|
"order": 35,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-ndpid"],
|
|
"uci": {"ndpid": true}
|
|
}
|
|
},
|
|
"admin/secubox/ndpid/dashboard": {
|
|
"title": "Dashboard",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "ndpid/dashboard"
|
|
}
|
|
},
|
|
"admin/secubox/ndpid/flows": {
|
|
"title": "Flows",
|
|
"order": 20,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "ndpid/flows"
|
|
}
|
|
},
|
|
"admin/secubox/ndpid/settings": {
|
|
"title": "Settings",
|
|
"order": 30,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "ndpid/settings"
|
|
}
|
|
}
|
|
}
|