@if ($displayName)

{{ $displayName }}

@elseif ($resource?->type() === 'application' || str($resource?->type())->startsWith('standalone'))

{{ $container }}

@else

{{ str($container)->beforeLast('-')->headline() }}

@endif @if ($pull_request)
({{ $pull_request }})
@endif @if ($streamLogs) @endif
Refresh
@if ($outputs)
@foreach (explode("\n", $outputs) as $line) @php // Skip empty lines if (trim($line) === '') { continue; } // Style timestamps by replacing them inline $styledLine = preg_replace( '/(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d+Z)/', '$1', htmlspecialchars($line), ); @endphp
{!! $styledLine !!}
@endforeach
@else
Refresh to get the logs...
@endif