Cambios menores en seeder
This commit is contained in:
@@ -77,7 +77,5 @@ class DatabaseSeeder extends Seeder
|
|||||||
'problem_description' => 'Service completo y ajuste de cambios',
|
'problem_description' => 'Service completo y ajuste de cambios',
|
||||||
'status' => 'pending'
|
'status' => 'pending'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
$this->call(ProductSeeder::class);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -81,5 +81,6 @@ class ProductosInicialesSeeder extends Seeder
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->command->info('¡Productos y proveedor insertados correctamente!');
|
$this->command->info('¡Productos y proveedor insertados correctamente!');
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -137,7 +137,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex items-center justify-between px-4 py-3 bg-gray-200 dark:bg-neutral-900 border border-gray-400 dark:border-neutral-800 rounded-lg">
|
<div class="flex items-center justify-between px-4 py-3 bg-gray-200 dark:bg-neutral-900 border border-gray-400 dark:border-neutral-800 rounded-lg">
|
||||||
<div class="text-sm text-gray-700 dark:text-gray-400 font-semibold" id="pagination-info">
|
<div class="text-sm text-gray-700 dark:text-gray-400 font-semibold mx-2" id="pagination-info">
|
||||||
Cargando productos...
|
Cargando productos...
|
||||||
</div>
|
</div>
|
||||||
<div class="flex gap-2">
|
<div class="flex gap-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user