mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 12:33:06 +00:00
Add coolify-builder image, initials of deployments
This commit is contained in:
8
resources/views/livewire/poll-activity.blade.php
Normal file
8
resources/views/livewire/poll-activity.blade.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<div>
|
||||
@isset($activity?->id)
|
||||
<div>
|
||||
Activity: <span>{{ $activity?->id ?? 'waiting' }}</span>
|
||||
</div>
|
||||
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.750ms="polling" @endif>{{ data_get($activity, 'description') }}</pre>
|
||||
@endisset
|
||||
</div>
|
||||
Reference in New Issue
Block a user