Execution output
@if (strlen(data_get($execution, 'message', '')) > 0)@foreach ($this->logLines as $line)
{{ $line }}
@endforeach
@if ($this->hasMoreLogs())
{{ data_get($execution, 'status') === 'running' ? 'Waiting for cleanup output…' : 'No output was recorded for this execution.' }}
@endif @if (data_get($execution, 'cleanup_log')){{ data_get($result, 'command') }}
{{ filled(trim(data_get($result, 'output', ''))) ? data_get($result, 'output') : 'No output returned.' }}