From 8b952523d9e94850333b68c86525c5d59784dee7 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Fri, 9 Jan 2026 09:39:20 +0100 Subject: [PATCH] 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 --- .../root/usr/share/luci/menu.d/luci-app-ndpid.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package/secubox/luci-app-ndpid/root/usr/share/luci/menu.d/luci-app-ndpid.json b/package/secubox/luci-app-ndpid/root/usr/share/luci/menu.d/luci-app-ndpid.json index fbf4f697..ee434579 100644 --- a/package/secubox/luci-app-ndpid/root/usr/share/luci/menu.d/luci-app-ndpid.json +++ b/package/secubox/luci-app-ndpid/root/usr/share/luci/menu.d/luci-app-ndpid.json @@ -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": {