From ae20c3d7b89337b3b13c00654ccdce44916c7882 Mon Sep 17 00:00:00 2001 From: Bozhidar Date: Fri, 6 Dec 2024 16:11:40 +0200 Subject: [PATCH] Update EmailHealthStatusPage.php --- web/Modules/Email/App/Filament/Pages/EmailHealthStatusPage.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/Modules/Email/App/Filament/Pages/EmailHealthStatusPage.php b/web/Modules/Email/App/Filament/Pages/EmailHealthStatusPage.php index ef23eb5..e499819 100644 --- a/web/Modules/Email/App/Filament/Pages/EmailHealthStatusPage.php +++ b/web/Modules/Email/App/Filament/Pages/EmailHealthStatusPage.php @@ -28,6 +28,8 @@ class EmailHealthStatusPage extends Page implements HasForms, HasTable protected static ?string $navigationGroup = 'Email'; protected static ?string $navigationLabel = 'Email Health Status'; + protected static ?int $navigationSort = 5; + public function table(Table $table): Table { return $table