coolify/resources/views/livewire/project/application/get-deployments.blade.php

7 lines
237 B
PHP
Raw Normal View History

2023-04-19 12:42:15 +02:00
<div>
<a @if ($status === 'in_progress' || $status === 'holding') wire:poll='polling' @endif href="{{ url()->current() }}/{{ $deployment_uuid }}">
{{ $created_at }}
{{ $deployment_uuid }}</a>
{{ $status }}
</div>