+
+
+
🤖 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...
-
-
-
-
-
-
-
-
-
-
- 0 Pendientes
- Buzón de Servicios Detectados
-Estos servicios han sido encontrados por el robot pero aún no están en tu CRM.
-
-
-
-
-
- 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