diff --git a/app/Components/layout/BarNavigation/BarNavigationServicio.tsx b/app/Components/layout/BarNavigation/BarNavigationServicio.tsx index 3c68f3a..ce29ee4 100644 --- a/app/Components/layout/BarNavigation/BarNavigationServicio.tsx +++ b/app/Components/layout/BarNavigation/BarNavigationServicio.tsx @@ -112,6 +112,20 @@ export default function BarNavigationServicio() { Mensajes */} + +
  • + { + e.stopPropagation(); + closeAllMenus(); + }} + > + Activos y en Mantenimiento + +
  • + ); diff --git a/proxy.ts b/proxy.ts index 81008aa..36cf5db 100644 --- a/proxy.ts +++ b/proxy.ts @@ -40,6 +40,7 @@ export async function proxy(request: NextRequest) { "/AsignacionMesas", "/AsignacionEquipo", "/Monitor", + "/ActivosMantenimiento", ]; if (role === 5 && !onlyImpresiones.includes(pathname)) {