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:
parent
a7c6b78c30
commit
4dd8884549
@ -6,7 +6,7 @@
|
||||
"type": "firstchild"
|
||||
},
|
||||
"depends": {
|
||||
"acl": ["luci-app-crowdsec"]
|
||||
"acl": ["luci-app-crowdsec-dashboard"]
|
||||
}
|
||||
},
|
||||
"admin/secubox/security/crowdsec/overview": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user