Refactor destination.blade.php: Update server selection UI
This commit is contained in:
parent
bde7fb2acb
commit
146fee14e5
1 changed files with 2 additions and 1 deletions
|
|
@ -49,7 +49,8 @@ class="absolute bg-error -top-1 -left-1 badge badge-xs"></div>
|
|||
</div>
|
||||
@if ($resource->getMorphClass() === 'App\Models\Application')
|
||||
@if (count($networks) > 0)
|
||||
<h4 class="pb-4">Choose another server</h4>
|
||||
<h4>Choose another server</h4>
|
||||
<div class="pb-4 description">(experimental) </div>
|
||||
<div class="grid grid-cols-1 gap-4 ">
|
||||
@foreach ($networks as $network)
|
||||
<div wire:click="addServer('{{ $network->id }}','{{ data_get($network, 'server.id') }}')"
|
||||
|
|
|
|||
Loading…
Reference in a new issue