@php $health = $this->getHealthData(); @endphp
$health['level'] === 'healthy', 'border-yellow-300 bg-yellow-50 dark:border-yellow-700 dark:bg-yellow-950/30' => $health['level'] === 'warning', 'border-red-300 bg-red-50 dark:border-red-700 dark:bg-red-950/30' => $health['level'] === 'critical', ])> $health['level'] === 'healthy', 'text-yellow-600 dark:text-yellow-400' => $health['level'] === 'warning', 'text-red-600 dark:text-red-400' => $health['level'] === 'critical', ]) />
$health['level'] === 'healthy', 'text-yellow-800 dark:text-yellow-200' => $health['level'] === 'warning', 'text-red-800 dark:text-red-200' => $health['level'] === 'critical', ])> {{ $health['label'] }}
@if ($health['level'] !== 'healthy')
{{ $health['failed'] }} failed · {{ $health['stuck'] }} stuck (last 24h)
@else
No failures or stuck runs in the last 24 hours
@endif