Fix deploy button alignment in destination.blade.php
This commit is contained in:
parent
0844645a8b
commit
3cdccb49ef
@ -21,7 +21,7 @@ class="relative flex flex-col bg-white border cursor-default dark:text-white box
|
||||
</div>
|
||||
</div>
|
||||
@if ($resource?->additional_networks?->count() > 0)
|
||||
<div>
|
||||
<div class="flex gap-2">
|
||||
<x-forms.button
|
||||
wire:click="redeploy('{{ data_get($resource, 'destination.id') }}','{{ data_get($resource, 'destination.server.id') }}')">Deploy</x-forms.button>
|
||||
@if (str($resource->realStatus())->startsWith('running'))
|
||||
|
Loading…
Reference in New Issue
Block a user