fix: poll activity

This commit is contained in:
Andras Bacsai 2023-04-03 13:39:33 +02:00
parent 33572bd13b
commit 2a8d603f98

View File

@ -1,7 +1,3 @@
<div>
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.750ms="polling" @endif>
@isset($activity)
{{ (new App\Actions\RemoteProcess\TidyOutput($activity))() }}
@endisset
</pre>
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.750ms="polling" @endif>{{ data_get($activity, 'description') }}</pre>
</div>