@if ($this->logLines->isNotEmpty())
@foreach ($this->logLines as $line)
{{ $line }}
@endforeach
@if ($this->hasMoreLogs())
Load more
Load all
@endif
@if (strlen($execution->message) > 0)
Download logs
@endif
@else
{{ $executionStatus === 'running' ? 'Waiting for output…' : 'No output was recorded for this execution.' }}
@endif