diff --git a/app/Filament/Pages/AnnounceMonitor.php b/app/Filament/Pages/AnnounceMonitor.php index 77f712a2..bff59a3f 100644 --- a/app/Filament/Pages/AnnounceMonitor.php +++ b/app/Filament/Pages/AnnounceMonitor.php @@ -15,7 +15,7 @@ class AnnounceMonitor extends Dashboard protected static string $routePath = 'announce-monitor'; - protected static string | \UnitEnum | null $navigationGroup = 'Torrent'; + protected static string | \UnitEnum | null $navigationGroup = 'Tracker'; protected static ?int $navigationSort = 15; diff --git a/app/Filament/Resources/Torrent/AnnounceLogResource.php b/app/Filament/Resources/Torrent/AnnounceLogResource.php index 059cbe66..537b8e9b 100644 --- a/app/Filament/Resources/Torrent/AnnounceLogResource.php +++ b/app/Filament/Resources/Torrent/AnnounceLogResource.php @@ -34,7 +34,7 @@ class AnnounceLogResource extends Resource protected static string | \BackedEnum | null $navigationIcon = 'heroicon-o-rectangle-stack'; - protected static string | \UnitEnum | null $navigationGroup = 'Torrent'; + protected static string | \UnitEnum | null $navigationGroup = 'Tracker'; protected static ?int $navigationSort = 5; diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php index 883b5fa0..ca6f8b20 100644 --- a/app/Providers/AppServiceProvider.php +++ b/app/Providers/AppServiceProvider.php @@ -52,6 +52,7 @@ class AppServiceProvider extends ServiceProvider Filament::registerNavigationGroups([ 'User', 'Torrent', + 'Tracker', 'Role & Permission', 'Other', 'Section',