diff --git a/resources/views/livewire/project/new/select.blade.php b/resources/views/livewire/project/new/select.blade.php index 8ab838203..ab04b7ee3 100644 --- a/resources/views/livewire/project/new/select.blade.php +++ b/resources/views/livewire/project/new/select.blade.php @@ -230,14 +230,7 @@ class="w-full text-white rounded input input-sm bg-coolgray-200 disabled:bg-cool
  • Select a Server
  • Select a Destination
  • - -
    -
    - + Add New -
    -
    -
    +
    @foreach ($standaloneDockers as $standaloneDocker) @@ -260,6 +253,14 @@ class="items-center justify-center pb-10 text-center box-without-bg group bg-coo
    @endforeach + +
    +
    + + Add New +
    +
    +
    @endif @if ($current_step === 'existing-postgresql')