fix(crowdsec-dashboard): Move menu to SecuBox security section

Move CrowdSec dashboard from admin/services/crowdsec to
admin/secubox/security/crowdsec to integrate with SecuBox menu structure.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-01-30 09:11:40 +01:00
parent 203a2cfe5a
commit 78d43855be

View File

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