secubox-openwrt/package/secubox/luci-app-secubox-netdiag/root/usr/share/luci/menu.d/luci-app-secubox-netdiag.json
CyberMind-FR 43747ffba1 refactor(menu): Move Network Diagnostics to Services menu
- Network Diagnostics: admin/secubox/netdiag -> admin/services/network-diagnostics

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 19:46:26 +01:00

15 lines
245 B
JSON

{
"admin/services/network-diagnostics": {
"title": "Network Diagnostics",
"order": 75,
"action": {
"type": "view",
"path": "secubox-netdiag/overview"
},
"depends": {
"acl": ["luci-app-secubox-netdiag"],
"uci": {}
}
}
}