8 lines
355 B
PHP
8 lines
355 B
PHP
<div>
|
|
@isset($this->activity)
|
|
<span>Status: {{ $this->activity?->properties->get('status') }}</span>
|
|
<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>
|
|
@endisset
|
|
</div>
|