coolify/resources/views/livewire/project/application/poll-deployment.blade.php

7 lines
216 B
PHP
Raw Normal View History

<div>
2023-05-03 07:15:45 +02:00
<pre
style="width: 100%;overflow-y: scroll;"
@if ($isKeepAliveOn) wire:poll.750ms="polling" @endif
>{{ \App\Actions\CoolifyTask\RunRemoteProcess::decodeOutput($activity) }}</pre>
</div>