should be one line

This commit is contained in:
Andras Bacsai 2023-04-12 11:04:30 +02:00
parent 135eb7a11e
commit 040e5a5198

View File

@ -1,5 +1,3 @@
<div> <div>
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.3750ms="polling" @endif> <pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.3750ms="polling" @endif>{{ \App\Actions\RemoteProcess\RunRemoteProcess::decodeOutput($activity) }}</pre>
{{ \App\Actions\RemoteProcess\RunRemoteProcess::decodeOutput($activity) }}
</pre>
</div> </div>