Compare commits
3 Commits
9b4380ac53
...
da3b769b33
| Author | SHA1 | Date | |
|---|---|---|---|
| da3b769b33 | |||
|
|
17030f2c7f | ||
|
|
3f31425e4b |
@@ -28,6 +28,10 @@ class LeakTestReadingResource extends Resource
|
||||
|
||||
protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack';
|
||||
|
||||
protected static ?string $navigationGroup = 'Testing Panel';
|
||||
|
||||
protected static ?int $navigationSort = 3;
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
return $form
|
||||
|
||||
@@ -49,7 +49,7 @@ class TestingPanelReadingResource extends Resource
|
||||
|
||||
protected static ?string $navigationGroup = 'Testing Panel';
|
||||
|
||||
protected static ?int $navigationSort = 3;
|
||||
protected static ?int $navigationSort = 4;
|
||||
|
||||
public static function form(Form $form): Form
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user