up
This commit is contained in:
@@ -28,7 +28,7 @@ class InventarioPrendaResource extends Resource
|
|||||||
protected static ?string $model = InventarioPrenda::class;
|
protected static ?string $model = InventarioPrenda::class;
|
||||||
|
|
||||||
protected static ?string $navigationGroup = 'Gestión';
|
protected static ?string $navigationGroup = 'Gestión';
|
||||||
protected static ?int $navigationSort = 6;
|
protected static ?int $navigationSort = 7;
|
||||||
protected static ?string $navigationIcon = 'heroicon-o-circle-stack';
|
protected static ?string $navigationIcon = 'heroicon-o-circle-stack';
|
||||||
|
|
||||||
public static function form(Form $form): Form
|
public static function form(Form $form): Form
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ class OjalPresillaResource extends Resource
|
|||||||
protected static ?string $navigationGroup = 'Producción';
|
protected static ?string $navigationGroup = 'Producción';
|
||||||
protected static ?string $navigationLabel = 'Ojales y Prensillas';
|
protected static ?string $navigationLabel = 'Ojales y Prensillas';
|
||||||
protected static ?string $pluralModelLabel = 'Ojales y Prensillas';
|
protected static ?string $pluralModelLabel = 'Ojales y Prensillas';
|
||||||
|
protected static ?int $navigationSort = 4;
|
||||||
|
|
||||||
public static function canViewAny(): bool
|
public static function canViewAny(): bool
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ class ProcesoAcabadoResource extends Resource
|
|||||||
protected static ?string $model = ProcesoAcabado::class;
|
protected static ?string $model = ProcesoAcabado::class;
|
||||||
|
|
||||||
protected static ?string $navigationGroup = 'Gestión';
|
protected static ?string $navigationGroup = 'Gestión';
|
||||||
protected static ?int $navigationSort = 5;
|
protected static ?int $navigationSort = 6;
|
||||||
protected static ?string $navigationIcon = 'heroicon-o-check-badge';
|
protected static ?string $navigationIcon = 'heroicon-o-check-badge';
|
||||||
|
|
||||||
public static function form(Form $form): Form
|
public static function form(Form $form): Form
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ class TintoreriaResource extends Resource
|
|||||||
protected static ?string $model = Tintoreria::class;
|
protected static ?string $model = Tintoreria::class;
|
||||||
|
|
||||||
protected static ?string $navigationGroup = 'Gestión';
|
protected static ?string $navigationGroup = 'Gestión';
|
||||||
protected static ?int $navigationSort = 4;
|
protected static ?int $navigationSort = 5;
|
||||||
protected static ?string $navigationIcon = 'heroicon-o-eye-dropper';
|
protected static ?string $navigationIcon = 'heroicon-o-eye-dropper';
|
||||||
|
|
||||||
public static function form(Form $form): Form
|
public static function form(Form $form): Form
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ class TrasladoPrendaResource extends Resource
|
|||||||
protected static ?string $model = TrasladoPrenda::class;
|
protected static ?string $model = TrasladoPrenda::class;
|
||||||
|
|
||||||
protected static ?string $navigationGroup = 'Gestión';
|
protected static ?string $navigationGroup = 'Gestión';
|
||||||
protected static ?int $navigationSort = 7;
|
protected static ?int $navigationSort = 8;
|
||||||
protected static ?string $navigationIcon = 'heroicon-o-map';
|
protected static ?string $navigationIcon = 'heroicon-o-map';
|
||||||
|
|
||||||
public static function form(Form $form): Form
|
public static function form(Form $form): Form
|
||||||
|
|||||||
Reference in New Issue
Block a user