coolify/resources/views/livewire/project/shared/environment-variable
Andras Bacsai a4d5465963 feat: show comment field for locked environment variables
When an environment variable is locked (is_shown_once=true), the comment field is now displayed as disabled/read-only for future reference. This allows users to see the documentation/note about what the variable is for, even when the value is hidden for security.

The comment field appears after the key field and before the configuration checkboxes in the locked view.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-27 15:24:09 +01:00
..
add.blade.php feat: add comment field to shared environment variables 2025-12-27 15:24:09 +01:00
all.blade.php feat: add comment field to environment variables 2025-12-27 15:24:09 +01:00
show.blade.php feat: show comment field for locked environment variables 2025-12-27 15:24:09 +01:00