From 2746bdcfa81687557cc822618ca8550c175fc215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=A1=D0=B0?= =?UTF-8?q?=D0=B5=D0=BD=D0=BA=D0=BE?= Date: Fri, 31 Oct 2025 22:21:21 +0300 Subject: [PATCH] this feat for next patch --- web/html/servers.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/html/servers.html b/web/html/servers.html index 9872b370..1b4938aa 100644 --- a/web/html/servers.html +++ b/web/html/servers.html @@ -395,12 +395,12 @@ mounted() { this.loadServers(); - if (this.isRefreshEnabled) { - this.startDataRefreshLoop(); - } - else { - this.getOnlineUsers(); - } + //if (this.isRefreshEnabled) { + // this.startDataRefreshLoop(); + //} + //else { + // this.getOnlineUsers(); + //} }, });