mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
8 lines
242 B
PHP
8 lines
242 B
PHP
<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>
|
|
</div>
|