From 36d1dcc90a57035319314af2024566161881ed06 Mon Sep 17 00:00:00 2001 From: DAVIDB Date: Wed, 27 Aug 2025 14:13:17 +0200 Subject: [PATCH] =?UTF-8?q?UPDATE:=20Cambio=20de=20tama=C3=B1o=20v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/scripts.js | 4 ++-- templates/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/js/scripts.js b/static/js/scripts.js index d1261b8..2c3e263 100644 --- a/static/js/scripts.js +++ b/static/js/scripts.js @@ -11,7 +11,7 @@ function cargarTabla(endpoint, tablaId) { tbody.innerHTML = ""; let sizeClass = ""; - if (filas.length <= 7) { + if (filas.length < 7) { sizeClass = "text-8xl"; } else { sizeClass = "text-7xl" @@ -86,5 +86,5 @@ function actualizarTablas(){ cargarFooter(); actualizarTablas(); -setInterval(actualizarTablas, 15000); +setInterval(actualizarTablas, 20000); setInterval(cargarFooter, 45000); \ No newline at end of file diff --git a/templates/index.html b/templates/index.html index 850ed3f..f240a52 100644 --- a/templates/index.html +++ b/templates/index.html @@ -20,7 +20,7 @@
{% if mode == '2' %} -
+
@@ -32,7 +32,7 @@
-
+