From 2d861656ed3ad87058bed6d02096bf5de2ca2d25 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Wed, 28 Jan 2026 15:41:34 +0100 Subject: [PATCH] refactor(menu): Move Network Diagnostics to Services menu - Network Diagnostics: admin/secubox/netdiag -> admin/services/network-diagnostics Co-Authored-By: Claude Opus 4.5 --- .../root/usr/share/luci/menu.d/luci-app-secubox-netdiag.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/secubox/luci-app-secubox-netdiag/root/usr/share/luci/menu.d/luci-app-secubox-netdiag.json b/package/secubox/luci-app-secubox-netdiag/root/usr/share/luci/menu.d/luci-app-secubox-netdiag.json index 50e50c48..3214cb47 100644 --- a/package/secubox/luci-app-secubox-netdiag/root/usr/share/luci/menu.d/luci-app-secubox-netdiag.json +++ b/package/secubox/luci-app-secubox-netdiag/root/usr/share/luci/menu.d/luci-app-secubox-netdiag.json @@ -1,7 +1,7 @@ { - "admin/secubox/netdiag": { + "admin/services/network-diagnostics": { "title": "Network Diagnostics", - "order": 45, + "order": 75, "action": { "type": "view", "path": "secubox-netdiag/overview"