2023-05-04 07:11:11 +00:00
|
|
|
<div>
|
2023-05-14 12:43:49 +00:00
|
|
|
@if ($this->activity)
|
|
|
|
<div
|
|
|
|
class="flex flex-col-reverse w-full overflow-y-auto border border-solid rounded border-coolgray-300 max-h-[32rem] p-4">
|
2023-05-12 13:39:07 +00:00
|
|
|
<pre class="whitespace-pre-wrap" @if ($isPollingActive) wire:poll.750ms="polling" @endif>{{ \App\Actions\CoolifyTask\RunRemoteProcess::decodeOutput($this->activity) }}</pre>
|
2023-05-14 12:43:49 +00:00
|
|
|
{{-- @else
|
|
|
|
<pre class="whitespace-pre-wrap">Output will be here...</pre> --}}
|
|
|
|
</div>
|
|
|
|
@endif
|
2023-05-03 05:23:45 +00:00
|
|
|
</div>
|