diff --git a/resources/views/livewire/destination/form.blade.php b/resources/views/livewire/destination/form.blade.php index d6894060b..0b9097f2d 100644 --- a/resources/views/livewire/destination/form.blade.php +++ b/resources/views/livewire/destination/form.blade.php @@ -6,18 +6,10 @@ Save @if ($destination->network !== 'coolify') - + shortConfirmationLabel="Destination Name" :confirmWithPassword="false" step2ButtonText="Permanently Delete" /> @endif diff --git a/resources/views/livewire/navbar-delete-team.blade.php b/resources/views/livewire/navbar-delete-team.blade.php index 39f23abea..60b25a3d5 100644 --- a/resources/views/livewire/navbar-delete-team.blade.php +++ b/resources/views/livewire/navbar-delete-team.blade.php @@ -1,13 +1,13 @@
-
diff --git a/resources/views/livewire/project/database/backup-executions.blade.php b/resources/views/livewire/project/database/backup-executions.blade.php index bb2ec8eb9..5491a5129 100644 --- a/resources/views/livewire/project/database/backup-executions.blade.php +++ b/resources/views/livewire/project/database/backup-executions.blade.php @@ -53,12 +53,12 @@ {{-- :checkboxes="$checkboxes" --}} :actions="[ 'This backup will be permanently deleted from local storage.' - ]" + ]" confirmationText="{{ data_get($execution, 'filename') }}" confirmationLabel="Please confirm the execution of the actions by entering the Backup Filename below" shortConfirmationLabel="Backup Filename" - step3ButtonText="Permanently Delete Backup" - /> + step3ButtonText="Permanently Delete" + /> @empty diff --git a/resources/views/livewire/project/database/init-script.blade.php b/resources/views/livewire/project/database/init-script.blade.php index fc1f88196..8ba0db23c 100644 --- a/resources/views/livewire/project/database/init-script.blade.php +++ b/resources/views/livewire/project/database/init-script.blade.php @@ -2,21 +2,13 @@
Save - +
diff --git a/resources/views/livewire/project/delete-environment.blade.php b/resources/views/livewire/project/delete-environment.blade.php index f932ae4f7..4fc3c301a 100644 --- a/resources/views/livewire/project/delete-environment.blade.php +++ b/resources/views/livewire/project/delete-environment.blade.php @@ -1,12 +1,5 @@ - + shortConfirmationLabel="Environment Name" confirmationText="{{ $environmentName }}" :confirmWithPassword="false" + step2ButtonText="Permanently Delete" /> diff --git a/resources/views/livewire/project/delete-project.blade.php b/resources/views/livewire/project/delete-project.blade.php index 8ce822145..596d4806c 100644 --- a/resources/views/livewire/project/delete-project.blade.php +++ b/resources/views/livewire/project/delete-project.blade.php @@ -1,12 +1,7 @@ - + diff --git a/resources/views/livewire/project/service/file-storage.blade.php b/resources/views/livewire/project/service/file-storage.blade.php index ccef45eca..b37137923 100644 --- a/resources/views/livewire/project/service/file-storage.blade.php +++ b/resources/views/livewire/project/service/file-storage.blade.php @@ -15,56 +15,32 @@
@if ($fileStorage->is_directory) - + @else - + @endif @if ($fileStorage->is_directory) - + shortConfirmationLabel="Filepath" step3ButtonText="Permanently Delete" /> @else - + shortConfirmationLabel="Filepath" step3ButtonText="Permanently Delete" /> @endif @if (!$fileStorage->is_based_on_git) diff --git a/resources/views/livewire/project/service/service-application-view.blade.php b/resources/views/livewire/project/service/service-application-view.blade.php index 6ef7d91c1..7beb55298 100644 --- a/resources/views/livewire/project/service/service-application-view.blade.php +++ b/resources/views/livewire/project/service/service-application-view.blade.php @@ -7,20 +7,11 @@

{{ Str::headline($application->name) }}

@endif Save - + shortConfirmationLabel="Service Application Name" step3ButtonText="Permanently Delete" />
diff --git a/resources/views/livewire/project/shared/environment-variable/show.blade.php b/resources/views/livewire/project/shared/environment-variable/show.blade.php index 0fa7ce8d7..794d0dcae 100644 --- a/resources/views/livewire/project/shared/environment-variable/show.blade.php +++ b/resources/views/livewire/project/shared/environment-variable/show.blade.php @@ -11,20 +11,11 @@ - + shortConfirmationLabel="Environment Variable Name" :confirmWithPassword="false" + step2ButtonText="Permanently Delete" />
@else @if ($isDisabled) @@ -80,20 +71,12 @@ Lock - + shortConfirmationLabel="Environment Variable Name" :confirmWithPassword="false" + step2ButtonText="Permanently Delete" /> @else Update @@ -101,20 +84,12 @@ Lock - + shortConfirmationLabel="Environment Variable Name" :confirmWithPassword="false" + step2ButtonText="Permanently Delete" /> @endif
@endif diff --git a/resources/views/livewire/project/shared/scheduled-task/show.blade.php b/resources/views/livewire/project/shared/scheduled-task/show.blade.php index 760cf81db..b870662f2 100644 --- a/resources/views/livewire/project/shared/scheduled-task/show.blade.php +++ b/resources/views/livewire/project/shared/scheduled-task/show.blade.php @@ -1,13 +1,13 @@
{{ data_get_str($resource, 'name')->limit(10) }} > Scheduled Tasks | Coolify - - @if ($type === 'application') + + @if ($type === 'application')

Scheduled Task

- @elseif ($type === 'service') + @elseif ($type === 'service') - @endif + @endif
@@ -16,18 +16,11 @@ Save - + shortConfirmationLabel="Scheduled Task Name" :confirmWithPassword="false" + step2ButtonText="Permanently Delete" />
@@ -35,19 +28,20 @@ @if ($type === 'application') - + @elseif ($type === 'service') - + @endif
- + -
-

Recent executions (click to check output)

- -
+
+

Recent executions (click to check output)

+ +
diff --git a/resources/views/livewire/project/shared/storages/show.blade.php b/resources/views/livewire/project/shared/storages/show.blade.php index 2e43861ab..f64e5d77b 100644 --- a/resources/views/livewire/project/shared/storages/show.blade.php +++ b/resources/views/livewire/project/shared/storages/show.blade.php @@ -46,17 +46,13 @@ Update - + shortConfirmationLabel="Storage Name" step3ButtonText="Permanently Delete" /> @endif diff --git a/resources/views/livewire/server/delete.blade.php b/resources/views/livewire/server/delete.blade.php index 91539b197..e39782f0f 100644 --- a/resources/views/livewire/server/delete.blade.php +++ b/resources/views/livewire/server/delete.blade.php @@ -8,29 +8,15 @@ @if ($server->definedResources()->count() > 0)
You need to delete all resources before deleting this server.
- + shortConfirmationLabel="Server Name" step3ButtonText="Permanently Delete" /> @else - + shortConfirmationLabel="Server Name" step2ButtonText="Permanently Delete" /> @endif @endif diff --git a/resources/views/livewire/source/github/change.blade.php b/resources/views/livewire/source/github/change.blade.php index a20dd2b88..25694693f 100644 --- a/resources/views/livewire/source/github/change.blade.php +++ b/resources/views/livewire/source/github/change.blade.php @@ -14,7 +14,7 @@ @endif @if ($applications->count() > 0) - @else - @endif @@ -178,7 +178,7 @@

GitHub App

-
diff --git a/resources/views/livewire/storage/form.blade.php b/resources/views/livewire/storage/form.blade.php index 8ea10fba6..24069d3e9 100644 --- a/resources/views/livewire/storage/form.blade.php +++ b/resources/views/livewire/storage/form.blade.php @@ -16,18 +16,13 @@ Validate Connection - + shortConfirmationLabel="Storage Name" :confirmWithPassword="false" step2ButtonText="Permanently Delet" />
diff --git a/resources/views/livewire/team/admin-view.blade.php b/resources/views/livewire/team/admin-view.blade.php index c03789fbd..26da967ab 100644 --- a/resources/views/livewire/team/admin-view.blade.php +++ b/resources/views/livewire/team/admin-view.blade.php @@ -15,17 +15,14 @@
{{ $user->email }}
- + shortConfirmationLabel="User Name" step3ButtonText="Permanently Delete" />
@empty diff --git a/resources/views/livewire/team/index.blade.php b/resources/views/livewire/team/index.blade.php index f7a61cf21..b5189fa71 100644 --- a/resources/views/livewire/team/index.blade.php +++ b/resources/views/livewire/team/index.blade.php @@ -31,18 +31,11 @@ @else @if (currentTeam()->isEmpty())
This will delete your team. Beware! There is no coming back!
- + shortConfirmationLabel="Team Name" :confirmWithPassword="false" step2ButtonText="Permanently Delete" /> @else
You need to delete the following resources to be able to delete the team: