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 @@
-
+