lasthourcloud/resources/views/livewire/project/application/deployment-logs.blade.php

5 lines
351 B
PHP
Raw Normal View History

2023-05-16 18:47:59 +00:00
<div
2023-05-26 13:19:01 +00:00
class="scrollbar flex flex-col-reverse w-full overflow-y-auto border border-solid rounded border-coolgray-300 max-h-[32rem] p-4 mt-4 text-xs text-white">
2023-05-23 07:53:24 +00:00
<pre class="font-mono whitespace-pre-wrap" @if ($isKeepAliveOn) wire:poll.2000ms="polling" @endif>{{ \App\Actions\CoolifyTask\RunRemoteProcess::decodeOutput($activity) }}</pre>
</div>