From f52e26652743971b2a481586168c97164c30120b Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Thu, 21 May 2026 11:07:39 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20corregir=20ping=20-=20mutaci=C3=B3n=20di?= =?UTF-8?q?recta=20y=20manejo=20de=20cx.ID=20||=20cx.id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Cambia spread+reassign por mutación directa (this.pingCargando[id] = true) para garantizar reactividad correcta en Alpine.js 3.x - Usa (cx.ID || cx.id) en toda la plantilla para compatibilidad con ambos formatos de serialización JSON de GORM - Agrega type="button" y @click.stop en el botón de verificar - Maneja respuestas HTTP no-OK con mensaje de error explícito - Muestra mensaje de error real del catch en la UI Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- resources/views/servidor_dashboard.html | 46 +++++++++++++++---------- 1 file changed, 27 insertions(+), 19 deletions(-) diff --git a/resources/views/servidor_dashboard.html b/resources/views/servidor_dashboard.html index 551f3f9..be01aa6 100644 --- a/resources/views/servidor_dashboard.html +++ b/resources/views/servidor_dashboard.html @@ -195,7 +195,7 @@
-