UI shows TidyOutput

This commit is contained in:
Joao Patricio 2023-04-01 21:03:35 +01:00
parent 940cb3c000
commit 13fbdc2340

View File

@ -1,5 +1,7 @@
<div> <div>
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.750ms="polling" @endif> <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> </pre>
</div> </div>