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