From 6ca0b50403a623b118d9db488aa2c61b45d4bb0c Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Thu, 29 Jan 2026 11:25:21 +0100 Subject: [PATCH] Make queue health widget full width --- app/Filament/Widgets/QueueHealthWidget.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Filament/Widgets/QueueHealthWidget.php b/app/Filament/Widgets/QueueHealthWidget.php index df06ae5..f00d956 100644 --- a/app/Filament/Widgets/QueueHealthWidget.php +++ b/app/Filament/Widgets/QueueHealthWidget.php @@ -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');