secubox-openwrt/package/secubox/luci-app-secubox-security-threats/root/usr/share/luci/menu.d/luci-app-secubox-security-threats.json
CyberMind-FR 6f7ee8e8c2 refactor(menu): Move CrowdSec and Threat Monitor to Services menu
- CrowdSec: admin/secubox/security/crowdsec -> admin/services/crowdsec
- Threat Monitor: admin/secubox/security/threats -> admin/services/threat-monitor

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

21 lines
371 B
JSON

{
"admin/services/threat-monitor": {
"title": "Threat Monitor",
"order": 85,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-secubox-security-threats"]
}
},
"admin/services/threat-monitor/dashboard": {
"title": "Dashboard",
"order": 10,
"action": {
"type": "view",
"path": "secubox-security-threats/dashboard"
}
}
}