Resumen de cumplimiento
This commit is contained in:
@@ -111,7 +111,7 @@ function AppContent() {
|
|||||||
</RequireAuth>
|
</RequireAuth>
|
||||||
} />
|
} />
|
||||||
{/* Ruta para Uso de Almacenamiento */}
|
{/* Ruta para Uso de Almacenamiento */}
|
||||||
<Route path="/tablero/almacenamiento" element={
|
<Route path="/tablero/cumplimiento" element={
|
||||||
<RequireAuth>
|
<RequireAuth>
|
||||||
<TableroAlmacenamiento />
|
<TableroAlmacenamiento />
|
||||||
</RequireAuth>
|
</RequireAuth>
|
||||||
|
|||||||
@@ -157,8 +157,8 @@ export default function Sidebar({ isMobileOpen, onMobileClose }) {
|
|||||||
title: 'Tableros',
|
title: 'Tableros',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
name: 'Uso de Almacenamiento',
|
name: 'Resumen de cumplimiento',
|
||||||
path: '/tablero/almacenamiento',
|
path: '/tablero/cumplimiento',
|
||||||
icon: (
|
icon: (
|
||||||
<svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
<svg className="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||||
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6" />
|
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6" />
|
||||||
|
|||||||
Reference in New Issue
Block a user