chore: Adjust the navigation sort order for various Filament pages and resources.
This commit is contained in:
parent
27b25f6193
commit
c3166bfdee
@ -35,7 +35,7 @@ class AdminVerification extends Page implements HasActions, HasForms
|
||||
|
||||
protected static ?string $navigationLabel = 'Verifikasi Rekanan';
|
||||
|
||||
protected static ?int $navigationSort = 2;
|
||||
protected static ?int $navigationSort = 6;
|
||||
|
||||
protected static ?string $slug = 'manage/admin-verification';
|
||||
|
||||
|
||||
@ -44,7 +44,7 @@ class Company extends Page implements HasForms
|
||||
|
||||
protected static ?string $navigationLabel = 'Perusahaan';
|
||||
|
||||
protected static ?int $navigationSort = 3;
|
||||
protected static ?int $navigationSort = 2;
|
||||
|
||||
protected static ?string $recordTitleAttribute = 'name';
|
||||
|
||||
|
||||
@ -53,7 +53,7 @@ class Media extends Page implements HasForms
|
||||
|
||||
protected static ?string $navigationLabel = 'Media';
|
||||
|
||||
protected static ?int $navigationSort = 4;
|
||||
protected static ?int $navigationSort = 3;
|
||||
|
||||
protected static ?string $recordTitleAttribute = 'name';
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@ class Verification extends Page implements HasActions, HasForms
|
||||
|
||||
protected static ?string $navigationLabel = 'Verifikasi';
|
||||
|
||||
protected static ?int $navigationSort = 6;
|
||||
protected static ?int $navigationSort = 5;
|
||||
|
||||
protected static ?string $slug = 'manage/verification';
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@ class ContactResource extends Resource
|
||||
|
||||
protected static ?string $navigationLabel = 'Kontak';
|
||||
|
||||
protected static ?int $navigationSort = 8;
|
||||
protected static ?int $navigationSort = 9;
|
||||
|
||||
protected static ?string $recordTitleAttribute = 'subject';
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@ class DataChangesResource extends Resource
|
||||
|
||||
protected static ?string $navigationLabel = 'Permohonan Perubahan Data';
|
||||
|
||||
protected static ?int $navigationSort = 3;
|
||||
protected static ?int $navigationSort = 8;
|
||||
|
||||
protected static ?string $recordTitleAttribute = 'change_reason';
|
||||
|
||||
|
||||
@ -43,7 +43,7 @@ class JournalistResource extends Resource
|
||||
|
||||
protected static ?string $navigationLabel = 'Jurnalis';
|
||||
|
||||
protected static ?int $navigationSort = 5;
|
||||
protected static ?int $navigationSort = 4;
|
||||
|
||||
protected static ?string $recordTitleAttribute = 'name';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user