secubox-openwrt/package/secubox/luci-app-ndpid/root/usr/share/luci/menu.d/luci-app-ndpid.json
CyberMind-FR 8b952523d9 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>
2026-01-09 09:39:20 +01:00

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"
}
}
}