From 1caafbc597d07b658098ad7cd0b7e696af283546 Mon Sep 17 00:00:00 2001 From: IO <320154041@pcpuma.acatlan.unam.mx> Date: Mon, 23 Feb 2026 15:00:49 -0600 Subject: [PATCH] added new route to rol 2 and 3 --- .../layout/BarNavigation/BarNavigationServicio.tsx | 14 ++++++++++++++ proxy.ts | 1 + 2 files changed, 15 insertions(+) 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)) {