diff --git a/app/Filament/Pages/Dashboard.php b/app/Filament/Pages/Dashboard.php index 9ab14589f..77e1e9169 100644 --- a/app/Filament/Pages/Dashboard.php +++ b/app/Filament/Pages/Dashboard.php @@ -3,7 +3,6 @@ namespace App\Filament\Pages; use App\Actions\Speedtests\RunOoklaSpeedtest; -use App\Filament\Widgets\DeprecatedImage; use App\Filament\Widgets\RecentDownloadChartWidget; use App\Filament\Widgets\RecentDownloadLatencyChartWidget; use App\Filament\Widgets\RecentJitterChartWidget; @@ -83,7 +82,6 @@ protected function getHeaderActions(): array protected function getHeaderWidgets(): array { return [ - DeprecatedImage::make(), StatsOverviewWidget::make(), RecentDownloadChartWidget::make(), RecentUploadChartWidget::make(), diff --git a/app/Filament/Widgets/DeprecatedImage.php b/app/Filament/Widgets/DeprecatedImage.php deleted file mode 100644 index 8e5f7886b..000000000 --- a/app/Filament/Widgets/DeprecatedImage.php +++ /dev/null @@ -1,18 +0,0 @@ -exists('.deprecated_image'); - } -} diff --git a/resources/views/filament/widgets/deprecated-image.blade.php b/resources/views/filament/widgets/deprecated-image.blade.php deleted file mode 100644 index f4d2e5eb2..000000000 --- a/resources/views/filament/widgets/deprecated-image.blade.php +++ /dev/null @@ -1,14 +0,0 @@ - - - - Docker Image Deprecated - - -
-

- The Docker image you're using has been deprecated and will be replaced in v0.20.0. To upgrade to the new image - follow the steps in the GitHub issue to continue to receive updates. -

-
-
-