11 lines
538 B
PHP
11 lines
538 B
PHP
<div>
|
|
@if ($this->activity)
|
|
<div
|
|
class="scrollbar flex flex-col-reverse w-full overflow-y-auto border border-solid rounded border-coolgray-300 max-h-[32rem] p-4 text-xs text-white">
|
|
<pre class="font-mono whitespace-pre-wrap" @if ($isPollingActive) wire:poll.2000ms="polling" @endif>{{ \App\Actions\CoolifyTask\RunRemoteProcess::decodeOutput($this->activity) }}</pre>
|
|
{{-- @else
|
|
<pre class="whitespace-pre-wrap">Output will be here...</pre> --}}
|
|
</div>
|
|
@endif
|
|
</div>
|