fix: AUTOUPDATE + checkbox opacity

This commit is contained in:
Andras Bacsai
2024-11-15 21:44:02 +01:00
parent 8515a18ead
commit b43d62f51b
3 changed files with 12 additions and 6 deletions

View File

@@ -103,7 +103,7 @@
@if (!is_null(config('constants.coolify.autoupdate', null)))
<div class="text-right md:w-96">
<x-forms.checkbox instantSave helper="AUTOUPDATE is set in .env file, you need to modify it there."
disabled id="is_auto_update_enabled" label="Enabled" />
disabled checked="{{ config('constants.coolify.autoupdate') }}" label="Enabled" />
</div>
@else
<x-forms.checkbox instantSave id="is_auto_update_enabled" label="Auto Update Enabled" />