Merge pull request 'Updated navigation sort order for before test reading and testing panel reading resource page' (#920) from ranjith-dev into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 36s

Reviewed-on: #920
This commit was merged in pull request #920.
This commit is contained in:
2026-08-21 04:19:58 +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
{