lasthourcloud/resources/views/livewire/poll-activity.blade.php
Andras Bacsai 12ef88b90f wip
2023-03-30 20:19:11 +02:00

6 lines
239 B
PHP

<div>
@isset($activity?->id)
<pre style="width: 100%;overflow-y: scroll;" @if ($isKeepAliveOn) wire:poll.750ms="polling" @endif>{{ data_get($activity, 'description') ?? 'Logs will be here soon...' }}</pre>
@endisset
</div>