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>
This commit is contained in:
CyberMind-FR 2026-01-28 15:31:13 +01:00
parent cf49c7d80b
commit 6f7ee8e8c2
2 changed files with 14 additions and 14 deletions

View File

@ -1,7 +1,7 @@
{ {
"admin/secubox/security/crowdsec": { "admin/services/crowdsec": {
"title": "CrowdSec", "title": "CrowdSec",
"order": 10, "order": 80,
"action": { "action": {
"type": "firstchild" "type": "firstchild"
}, },
@ -9,7 +9,7 @@
"acl": ["luci-app-crowdsec-dashboard"] "acl": ["luci-app-crowdsec-dashboard"]
} }
}, },
"admin/secubox/security/crowdsec/overview": { "admin/services/crowdsec/overview": {
"title": "Overview", "title": "Overview",
"order": 5, "order": 5,
"action": { "action": {
@ -17,7 +17,7 @@
"path": "crowdsec-dashboard/overview" "path": "crowdsec-dashboard/overview"
} }
}, },
"admin/secubox/security/crowdsec/wizard": { "admin/services/crowdsec/wizard": {
"title": "Setup Wizard", "title": "Setup Wizard",
"order": 10, "order": 10,
"action": { "action": {
@ -25,7 +25,7 @@
"path": "crowdsec-dashboard/wizard" "path": "crowdsec-dashboard/wizard"
} }
}, },
"admin/secubox/security/crowdsec/decisions": { "admin/services/crowdsec/decisions": {
"title": "Decisions", "title": "Decisions",
"order": 20, "order": 20,
"action": { "action": {
@ -33,7 +33,7 @@
"path": "crowdsec-dashboard/decisions" "path": "crowdsec-dashboard/decisions"
} }
}, },
"admin/secubox/security/crowdsec/alerts": { "admin/services/crowdsec/alerts": {
"title": "Alerts", "title": "Alerts",
"order": 30, "order": 30,
"action": { "action": {
@ -41,7 +41,7 @@
"path": "crowdsec-dashboard/alerts" "path": "crowdsec-dashboard/alerts"
} }
}, },
"admin/secubox/security/crowdsec/bouncers": { "admin/services/crowdsec/bouncers": {
"title": "Bouncers", "title": "Bouncers",
"order": 40, "order": 40,
"action": { "action": {
@ -49,7 +49,7 @@
"path": "crowdsec-dashboard/bouncers" "path": "crowdsec-dashboard/bouncers"
} }
}, },
"admin/secubox/security/crowdsec/waf": { "admin/services/crowdsec/waf": {
"title": "WAF/AppSec", "title": "WAF/AppSec",
"order": 45, "order": 45,
"action": { "action": {
@ -57,7 +57,7 @@
"path": "crowdsec-dashboard/waf" "path": "crowdsec-dashboard/waf"
} }
}, },
"admin/secubox/security/crowdsec/metrics": { "admin/services/crowdsec/metrics": {
"title": "Metrics", "title": "Metrics",
"order": 50, "order": 50,
"action": { "action": {
@ -65,7 +65,7 @@
"path": "crowdsec-dashboard/metrics" "path": "crowdsec-dashboard/metrics"
} }
}, },
"admin/secubox/security/crowdsec/settings": { "admin/services/crowdsec/settings": {
"title": "Settings", "title": "Settings",
"order": 90, "order": 90,
"action": { "action": {

View File

@ -1,7 +1,7 @@
{ {
"admin/secubox/security/threats": { "admin/services/threat-monitor": {
"title": "Threat Monitor", "title": "Threat Monitor",
"order": 15, "order": 85,
"action": { "action": {
"type": "firstchild" "type": "firstchild"
}, },
@ -9,7 +9,7 @@
"acl": ["luci-app-secubox-security-threats"] "acl": ["luci-app-secubox-security-threats"]
} }
}, },
"admin/secubox/security/threats/dashboard": { "admin/services/threat-monitor/dashboard": {
"title": "Dashboard", "title": "Dashboard",
"order": 10, "order": 10,
"action": { "action": {