mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-22 21:02:03 +00:00
wip
This commit is contained in:
6
resources/views/livewire/poll-deployment.blade.php
Normal file
6
resources/views/livewire/poll-deployment.blade.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<div>
|
||||
<a @if ($status === 'in_progress' || $status === 'holding') wire:poll='polling' @endif href="{{ url()->current() }}/{{ $deployment_uuid }}">
|
||||
{{ $created_at }}
|
||||
{{ $deployment_uuid }}</a>
|
||||
{{ $status }}
|
||||
</div>
|
||||
Reference in New Issue
Block a user