From e402e677a5cab829fed7207557d889a2a0fc7154 Mon Sep 17 00:00:00 2001 From: marsalva Date: Fri, 13 Feb 2026 17:59:02 +0000 Subject: [PATCH] Actualizar automatizaciones.html --- automatizaciones.html | 383 ++++++++++++------------------------------ 1 file changed, 106 insertions(+), 277 deletions(-) diff --git a/automatizaciones.html b/automatizaciones.html index 879195e..e2023bc 100644 --- a/automatizaciones.html +++ b/automatizaciones.html @@ -3,308 +3,137 @@ - Automatizaciones - IntegraRepara - - + Robots y Automatizaciones - Integra Repara + + - + - - -
-
- -
+
+
+
+

🤖 Gestión de Robots

-
-
-

- Robots & Automatizaciones -

-

Gestiona la descarga automática de servicios.

+
-
+ +
+
+

Buzón de Servicios Detectados

+
-
- -
- -
-
-
-
M
-

Multiasistencia

-
-
Inactivo
-
-
- - - -
-
- -
-
-
-
H
-

HomeServe

-
-
Inactivo
-
-
- - - -
-
- -
-
- Log de Actividad - -
-
-

> Sistema iniciado.

-

> Esperando sincronización...

-
-
- +
- -
-
-
-
-

Buzón de Servicios Detectados

-

Estos servicios han sido encontrados por el robot pero aún no están en tu CRM.

-
- 0 Pendientes -
- -
-
- -

Cargando servicios...

-
-
-
-
- -
- -
+
+ -
+ + - - function showToast(msg, isError = false) { - const t = document.getElementById('toast'), m = document.getElementById('toastMsg'); - t.className = `fixed bottom-5 right-5 px-6 py-3 rounded-lg shadow-xl transition-all duration-300 z-50 flex items-center gap-3 ${isError ? 'bg-red-600' : 'bg-slate-800'} text-white font-medium`; - m.innerText = msg; t.classList.remove('translate-y-20', 'opacity-0'); - setTimeout(() => t.classList.add('translate-y-20', 'opacity-0'), 3000); - } - \ No newline at end of file