fix: poll activity
This commit is contained in:
parent
33572bd13b
commit
2a8d603f98
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user