coolify/resources/views/livewire/project/application/get-deployments.blade.php
Andras Bacsai 5ed91c05bf fixes
2023-05-08 09:16:50 +02:00

7 lines
236 B
PHP

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