|
@@ -17,7 +17,9 @@ class BackupResource extends Resource
|
|
|
{
|
|
|
protected static ?string $model = Backup::class;
|
|
|
|
|
|
- protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
|
|
+ protected static ?string $navigationIcon = 'heroicon-o-inbox-stack';
|
|
|
+
|
|
|
+ protected static ?int $navigationSort = 100;
|
|
|
|
|
|
public static function form(Form $form): Form
|
|
|
{
|