mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 19:21:36 +00:00
Remove the disabled state from the save checkbox to allow users to check it at any time. The backend already validates that cloud_init_script is not empty before saving (line 499 in ByHetzner.php), so empty/null scripts will simply not be saved even if the checkbox is checked. This improves UX by making the checkbox always interactive while maintaining data integrity through backend validation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>