From e592986dcbde3b1f241845f748af2d321aaba843 Mon Sep 17 00:00:00 2001 From: EonaCat Date: Fri, 9 Jan 2026 21:34:53 +0100 Subject: [PATCH] Updated --- EonaCat.Logger.LogServer/Pages/Index.cshtml | 1 + 1 file changed, 1 insertion(+) diff --git a/EonaCat.Logger.LogServer/Pages/Index.cshtml b/EonaCat.Logger.LogServer/Pages/Index.cshtml index 69c932c..6bce94b 100644 --- a/EonaCat.Logger.LogServer/Pages/Index.cshtml +++ b/EonaCat.Logger.LogServer/Pages/Index.cshtml @@ -589,6 +589,7 @@ { if (!liveEnabled) return; logs.forEach(log => prependLiveLog(log)); + loadStats(true); }); signalRConnection.onreconnected(() => {