diff --git a/services/web-ui/public/cluster.html b/services/web-ui/public/cluster.html index 01ebfa5..ad5075f 100644 --- a/services/web-ui/public/cluster.html +++ b/services/web-ui/public/cluster.html @@ -181,11 +181,11 @@ Tokens - + Containers - + Cluster @@ -196,8 +196,8 @@ - @@ -383,7 +383,6 @@ function esc(s) { document.addEventListener('DOMContentLoaded', () => { loadNodes(); setInterval(loadNodes, 30000); - // Update relative timestamps every minute without a full fetch setInterval(() => { if (nodes.length) renderNodes(); }, 60000); document.getElementById('refreshBtn').onclick = loadNodes; });