Updated navigation sort order for before test reading and testing panel reading resource page #920

Merged
jothi merged 1 commits from ranjith-dev into master 2026-08-21 04:19:59 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ class BeforeTestReadingResource extends Resource
protected static ?string $navigationGroup = 'Motor Testing Panel';
protected static ?int $navigationSort = 5;
protected static ?int $navigationSort = 4;
public static function form(Form $form): Form
{

View File

@@ -51,7 +51,7 @@ class TestingPanelReadingResource extends Resource
protected static ?string $navigationGroup = 'Motor Testing Panel';
protected static ?int $navigationSort = 4;
protected static ?int $navigationSort = 5;
public static function form(Form $form): Form
{