This commit is contained in:
Andras Bacsai
2023-04-12 21:53:09 +02:00
parent f79583a394
commit 9b59e88214
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +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.750ms="polling" @endif>{{ \App\Actions\RemoteProcess\RunRemoteProcess::decodeOutput($activity) }}</pre>
</div>