coolify/resources/views/livewire/security
Andras Bacsai 6c5adce633 fix: improve cloud-init scripts UI styling and behavior
Fix multiple UI/UX issues with cloud-init scripts management:

1. Fix card styling - Remove purple box background, use simple border
   - Changed from .box class to inline flex/border styling
   - Matches cloud provider tokens styling pattern

2. Remove script preview section
   - Preview was taking too much space and looked cluttered
   - Users can edit to see full script content

3. Make edit modal full width
   - Added fullWidth attribute to x-modal-input component
   - Provides better editing experience for long scripts

4. Fix fields clearing after update
   - Fields were being reset even in edit mode
   - Now only reset fields when creating new script
   - Edit mode preserves values after save

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-11 13:30:44 +02:00
..
private-key feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled. 2025-08-26 10:27:38 +02:00
api-tokens.blade.php fix(api-tokens): update settings link for API enablement message 2025-10-09 11:22:10 +02:00
cloud-init-script-form.blade.php feat: add cloud-init scripts management UI in Security section 2025-10-11 12:42:09 +02:00
cloud-init-scripts.blade.php fix: improve cloud-init scripts UI styling and behavior 2025-10-11 13:30:44 +02:00
cloud-provider-token-form.blade.php fix: update cloud provider token form with improved placeholder and guidance for API token creation 2025-10-10 15:40:20 +02:00
cloud-provider-tokens.blade.php improved hetzner features 2025-10-09 12:53:57 +02:00
cloud-tokens.blade.php init of cloud providers 2025-10-08 20:47:50 +02:00