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(() => {