fix(luci-app-crowdsec-dashboard): Correct ACL dependency in menu

Changed menu dependency from 'luci-app-crowdsec' to 'luci-app-crowdsec-dashboard'
to match the actual ACL name, making CrowdSec visible in LuCI interface.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
CyberMind-FR 2026-01-06 15:52:53 +01:00
parent a7c6b78c30
commit 4dd8884549

View File

@ -6,7 +6,7 @@
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-crowdsec"]
"acl": ["luci-app-crowdsec-dashboard"]
}
},
"admin/secubox/security/crowdsec/overview": {