secubox-openwrt/package/secubox/luci-app-crowdsec-dashboard/htdocs/luci-static/resources/view/crowdsec-dashboard
CyberMind-FR 439bab6361 fix: Make collection checkboxes visible with inline styles (v0.6.0-r7)
Fix invisible checkboxes in Step 3 collections:
- Add explicit inline styles to checkbox inputs
- Set width: 18px, height: 18px with cursor: pointer
- Add 'for' attribute to label for better click handling
- Replace null rendering with empty element E([])
- Fixes "null" text appearing on screen

Issue: Collection items not selectable, checkboxes invisible
Cause: Checkboxes may be hidden by browser default styles
Solution: Add explicit inline styles and proper label association

Frontend Changes:
- htdocs/luci-static/resources/view/crowdsec-dashboard/wizard.js
  - Add inline styles to checkbox inputs
  - Add 'for' attribute linking label to checkbox
  - Replace ': null' with ': E([])' to avoid "null" text

Checkboxes now have:
- Explicit dimensions (18x18px)
- Proper cursor styling
- Label association via 'for' attribute
- No more "null" text rendering

Version: 0.6.0-7

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-07 09:15:17 +01:00
..
alerts.js fix(luci-app-crowdsec-dashboard): Fix API instantiation error 2026-01-06 15:56:33 +01:00
bouncers.js feat: Firewall Bouncer Management UI in Bouncers Page 2026-01-06 20:25:15 +01:00
decisions.js fix(luci-app-crowdsec-dashboard): Fix API instantiation error 2026-01-06 15:56:33 +01:00
metrics.js fix: String concatenation with DOM elements in CrowdSec views 2026-01-06 19:24:55 +01:00
overview.js feat(luci-app-crowdsec-dashboard): Add graceful error handling when service stopped 2026-01-06 16:07:01 +01:00
settings.js fix: String concatenation with DOM elements in CrowdSec views 2026-01-06 19:24:55 +01:00
waf.js fix: String concatenation with DOM elements in CrowdSec views 2026-01-06 19:24:55 +01:00
wizard.js fix: Make collection checkboxes visible with inline styles (v0.6.0-r7) 2026-01-07 09:15:17 +01:00