mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
7 lines
236 B
PHP
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>
|