Refactor destination.blade.php: Update server selection UI
This commit is contained in:
parent
bde7fb2acb
commit
146fee14e5
@ -49,7 +49,8 @@
|
||||
</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…
x
Reference in New Issue
Block a user