should be one line
This commit is contained in:
parent
135eb7a11e
commit
040e5a5198
1 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
<div>
|
||||
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.3750ms="polling" @endif>
|
||||
{{ \App\Actions\RemoteProcess\RunRemoteProcess::decodeOutput($activity) }}
|
||||
</pre>
|
||||
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.3750ms="polling" @endif>{{ \App\Actions\RemoteProcess\RunRemoteProcess::decodeOutput($activity) }}</pre>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue