2023-05-04 09:11:11 +02:00
|
|
|
<div>
|
2023-05-03 06:23:45 +01:00
|
|
|
@isset($this->activity)
|
|
|
|
<span>Activity: {{ $this->activity?->id }}</span>
|
|
|
|
<span>Status: {{ $this->activity?->properties->get('status') }}</span>
|
2023-05-03 21:35:34 +02: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 06:23:45 +01:00
|
|
|
@endisset
|
|
|
|
</div>
|