From f29bc52fa554f161a9a5a5b845a9736633d62150 Mon Sep 17 00:00:00 2001 From: ayntk-ai <122374094+ayntk-ai@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:59:30 +0200 Subject: [PATCH] Feat: general confirm --- .../project/application/general.blade.php | 31 ++++++++++++++----- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/resources/views/livewire/project/application/general.blade.php b/resources/views/livewire/project/application/general.blade.php index 389c9b000..e21f2a38a 100644 --- a/resources/views/livewire/project/application/general.blade.php +++ b/resources/views/livewire/project/application/general.blade.php @@ -68,11 +68,20 @@ - +
Set Direction
- This will reset the container labels. Are you sure?
@endif @@ -297,12 +306,18 @@ helper="If you know what are you doing, you can enable this to edit the labels directly. Coolify won't update labels automatically.

Be careful, it could break the proxy configuration after you restart the container." id="application.settings.is_container_label_readonly_enabled" instantSave> - - Are you sure you want to reset the labels to Coolify generated labels?
It could break the proxy - configuration after you restart the container. -
- + @endif

Pre/Post Deployment Commands