fix: Move luci-app-ndpid to SecuBox menu

- 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>
This commit is contained in:
CyberMind-FR 2026-01-09 09:39:20 +01:00
parent c7daeec890
commit 8b952523d9

View File

@ -1,7 +1,7 @@
{
"admin/services/ndpid": {
"title": "nDPId",
"order": 60,
"admin/secubox/ndpid": {
"title": "nDPId Intelligence",
"order": 35,
"action": {
"type": "firstchild"
},
@ -10,7 +10,7 @@
"uci": {"ndpid": true}
}
},
"admin/services/ndpid/dashboard": {
"admin/secubox/ndpid/dashboard": {
"title": "Dashboard",
"order": 10,
"action": {
@ -18,7 +18,7 @@
"path": "ndpid/dashboard"
}
},
"admin/services/ndpid/flows": {
"admin/secubox/ndpid/flows": {
"title": "Flows",
"order": 20,
"action": {
@ -26,7 +26,7 @@
"path": "ndpid/flows"
}
},
"admin/services/ndpid/settings": {
"admin/secubox/ndpid/settings": {
"title": "Settings",
"order": 30,
"action": {