From 3bda289428ad286500a7855682fa52a105c2088a Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Fri, 15 Dec 2023 10:24:02 +0100 Subject: [PATCH] fix: ui for adding new destination --- .../views/livewire/project/new/select.blade.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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 @@
  • Select a Server
  • Select a Destination
  • - -
    -
    - + Add New -
    -
    -
    +
    @foreach ($standaloneDockers as $standaloneDocker) @@ -260,6 +253,14 @@
    @endforeach + +
    +
    + + Add New +
    +
    +
    @endif @if ($current_step === 'existing-postgresql')