2023-05-04 07:11:11 +00:00
|
|
|
<div>
|
2023-05-03 05:23:45 +00:00
|
|
|
@isset($this->activity)
|
|
|
|
<span>Status: {{ $this->activity?->properties->get('status') }}</span>
|
2023-05-03 19:35:34 +00:00
|
|
|
<pre class="flex flex-col-reverse w-full overflow-y-scroll"
|
|
|
|
@if ($isPollingActive) wire:poll.750ms="polling" @endif>{{ \App\Actions\CoolifyTask\RunRemoteProcess::decodeOutput($this->activity) }}</pre>
|
2023-05-03 05:23:45 +00:00
|
|
|
@endisset
|
|
|
|
</div>
|