feat: update navigation sort order for Chicken, Feed, and Unit resources
This commit is contained in:
parent
ba6ca892dd
commit
224b8f1ac4
@ -38,7 +38,7 @@ class ChickenResource extends Resource
|
||||
|
||||
protected static ?string $navigationLabel = 'Ayam';
|
||||
|
||||
protected static ?int $navigationSort = 2;
|
||||
protected static ?int $navigationSort = 3;
|
||||
|
||||
protected static ?string $recordTitleAttribute = 'tag_code';
|
||||
|
||||
|
||||
@ -37,7 +37,7 @@ class FeedResource extends Resource
|
||||
|
||||
protected static ?string $navigationLabel = 'Pakan';
|
||||
|
||||
protected static ?int $navigationSort = 3;
|
||||
protected static ?int $navigationSort = 4;
|
||||
|
||||
protected static ?string $recordTitleAttribute = 'name';
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@ class UnitResource extends Resource
|
||||
|
||||
protected static ?string $navigationLabel = 'Satuan';
|
||||
|
||||
protected static ?int $navigationSort = 4;
|
||||
protected static ?int $navigationSort = 2;
|
||||
|
||||
protected static ?string $recordTitleAttribute = 'name';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user