Make queue health widget full width

This commit is contained in:
Codex Agent
2026-01-29 11:25:21 +01:00
parent 68f2eb871b
commit 93efb78091

View File

@@ -12,6 +12,8 @@ class QueueHealthWidget extends Widget
protected ?string $pollingInterval = '60s';
protected int|string|array $columnSpan = 'full';
protected function getViewData(): array
{
$snapshot = Cache::get('storage:queue-health:last');