From d5b7e9ed830fc27b86e6dccffa2bebf7ed1092b0 Mon Sep 17 00:00:00 2001 From: ayntk-ai <122374094+ayntk-ai@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:43:50 +0200 Subject: [PATCH] Feat: preview deployments and typos --- .../project/application/previews.blade.php | 33 ++++++++++++++----- .../project/database/heading.blade.php | 2 +- .../project/database/init-script.blade.php | 2 +- 3 files changed, 27 insertions(+), 10 deletions(-) diff --git a/resources/views/livewire/project/application/previews.blade.php b/resources/views/livewire/project/application/previews.blade.php index e15aa7816..efd281a77 100644 --- a/resources/views/livewire/project/application/previews.blade.php +++ b/resources/views/livewire/project/application/previews.blade.php @@ -152,8 +152,17 @@ @endif @if (data_get($preview, 'status') !== 'exited') - + Stop - This will stop the preview deployment.
Please think again.
@endif - - This will delete the preview deployment.
Please think again. -
- + @endforeach diff --git a/resources/views/livewire/project/database/heading.blade.php b/resources/views/livewire/project/database/heading.blade.php index 594bc12d3..a9e208856 100644 --- a/resources/views/livewire/project/database/heading.blade.php +++ b/resources/views/livewire/project/database/heading.blade.php @@ -33,7 +33,7 @@ title="Confirm Database Restart?" buttonTitle="Restart" submitAction="restart" - :actions="['This database will be restarted.', 'If the database is currently in active use data could be lost.']" + :actions="['This database will be restarted.', 'If the database is currently in use data could be lost.']" :confirmWithText="false" :confirmWithPassword="false" step2ButtonText="Restart Database" diff --git a/resources/views/livewire/project/database/init-script.blade.php b/resources/views/livewire/project/database/init-script.blade.php index e72b13fa9..fc1f88196 100644 --- a/resources/views/livewire/project/database/init-script.blade.php +++ b/resources/views/livewire/project/database/init-script.blade.php @@ -9,7 +9,7 @@ submitAction="delete" :actions="[ 'The init-script of this database will be permanently deleted.', - 'If you are actively using this init-script, it could cause errors on redeployments.' + 'If you are actively using this init-script, it could cause errors on redeployment.' ]" confirmationText="{{ $filename }}" confirmationLabel="Please confirm the execution of the actions by entering the init-script name below"