up
This commit is contained in:
@@ -9,7 +9,7 @@ class GestionDashboard extends Page
|
||||
{
|
||||
protected static ?string $navigationIcon = 'heroicon-o-chart-bar';
|
||||
|
||||
protected static ?string $navigationGroup = 'A - Gestión';
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?int $navigationSort = 1;
|
||||
|
||||
protected static ?string $title = 'Dashboard de Gestión';
|
||||
|
||||
@@ -27,7 +27,7 @@ class ConfeccionResource extends Resource
|
||||
{
|
||||
protected static ?string $model = Confeccion::class;
|
||||
|
||||
protected static ?string $navigationGroup = 'A - Gestión';
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?int $navigationSort = 3;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-cog';
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ class InventarioPrendaResource extends Resource
|
||||
{
|
||||
protected static ?string $model = InventarioPrenda::class;
|
||||
|
||||
protected static ?string $navigationGroup = 'A - Gestión';
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?int $navigationSort = 6;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-circle-stack';
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ class OrdenProduccionResource extends Resource
|
||||
{
|
||||
protected static ?string $model = OrdenProduccion::class;
|
||||
|
||||
protected static ?string $navigationGroup = 'A - Gestión';
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?int $navigationSort = 2;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-clipboard-document-list';
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ class ProcesoAcabadoResource extends Resource
|
||||
{
|
||||
protected static ?string $model = ProcesoAcabado::class;
|
||||
|
||||
protected static ?string $navigationGroup = 'A - Gestión';
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?int $navigationSort = 5;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-check-badge';
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@ class ProveedorResource extends Resource
|
||||
{
|
||||
protected static ?string $model = Proveedor::class;
|
||||
|
||||
protected static ?string $navigationGroup = 'A - Gestión';
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?int $navigationSort = 8;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-users';
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ class TelaResource extends Resource
|
||||
{
|
||||
protected static ?string $model = Tela::class;
|
||||
|
||||
protected static ?string $navigationGroup = 'A - Gestión';
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?int $navigationSort = 1;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-map';
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ class TintoreriaResource extends Resource
|
||||
{
|
||||
protected static ?string $model = Tintoreria::class;
|
||||
|
||||
protected static ?string $navigationGroup = 'A - Gestión';
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?int $navigationSort = 4;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-eye-dropper';
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ class TrasladoPrendaResource extends Resource
|
||||
{
|
||||
protected static ?string $model = TrasladoPrenda::class;
|
||||
|
||||
protected static ?string $navigationGroup = 'A - Gestión';
|
||||
protected static ?string $navigationGroup = 'Gestión';
|
||||
protected static ?int $navigationSort = 7;
|
||||
protected static ?string $navigationIcon = 'heroicon-o-map';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user