mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
add navigation group: Tracker
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user