UI shows TidyOutput
This commit is contained in:
parent
940cb3c000
commit
13fbdc2340
@ -1,5 +1,7 @@
|
||||
<div>
|
||||
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.750ms="polling" @endif>
|
||||
{{ data_get($activity, 'description') }}
|
||||
@isset($activity)
|
||||
{{ (new App\Actions\RemoteProcess\TidyOutput($activity))() }}
|
||||
@endisset
|
||||
</pre>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user