mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
7 lines
237 B
PHP
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>
|