coolify/resources/views/livewire/project/application/get-deployments.blade.php
2023-04-25 11:01:56 +02:00

7 lines
237 B
PHP

<div>
<a @if ($status === 'in_progress' || $status === 'holding') wire:poll='polling' @endif href="{{ url()->current() }}/{{ $deployment_uuid }}">
{{ $created_at }}
{{ $deployment_uuid }}</a>
{{ $status }}
</div>