diff --git a/resources/views/livewire/project/application/general.blade.php b/resources/views/livewire/project/application/general.blade.php index ca3fb7a6e..c901da0e6 100644 --- a/resources/views/livewire/project/application/general.blade.php +++ b/resources/views/livewire/project/application/general.blade.php @@ -89,7 +89,7 @@ id="is_auto_deploy_enabled" label="Auto Deploy" /> + instantSave id="is_preview_deployments_enabled" label="Preview Deployments" /> diff --git a/resources/views/livewire/project/application/preview/form.blade.php b/resources/views/livewire/project/application/preview/form.blade.php index e93d2f97c..c466c6af1 100644 --- a/resources/views/livewire/project/application/preview/form.blade.php +++ b/resources/views/livewire/project/application/preview/form.blade.php @@ -1,6 +1,6 @@
-

Previews Deployments

+

Preview Deployments

Save Reset template to default
diff --git a/resources/views/project/application/configuration.blade.php b/resources/views/project/application/configuration.blade.php index 91dcb57e6..6d8971c8f 100644 --- a/resources/views/project/application/configuration.blade.php +++ b/resources/views/project/application/configuration.blade.php @@ -22,7 +22,7 @@ @if ($application->git_based()) Previews + @click.prevent="activeTab = 'previews'; window.location.hash = 'previews'" href="#">Preview Deployments @endif