no destination found

This commit is contained in:
Andras Bacsai
2023-05-09 14:50:19 +02:00
parent 2ae57ae1f1
commit e69040c799
2 changed files with 16 additions and 4 deletions

View File

@@ -72,6 +72,11 @@
@endforeach
</select>
<x-inputs.button wire:click="submit">Select Destination</x-inputs.button>
@else
<h1>No destinations found on this server.</h1>
<a href="{{ route('destination.new', ['server_id' => $selected_server_id]) }}">Add
a
destination</a>
@endif
</div>
@else