Fix deploy button alignment in destination.blade.php

This commit is contained in:
Andras Bacsai 2024-04-05 15:42:31 +02:00
parent 0844645a8b
commit 3cdccb49ef

View File

@ -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'))