From 38ed1cbc9d6253bdeef8ecf09998941019047b36 Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Sat, 27 Apr 2024 16:05:06 +0300 Subject: [PATCH] Don't show loading indicators when refreshing the system status (#30712) Signed-off-by: Yarden Shoham Co-authored-by: wxiaoguang Co-authored-by: silverwind (cherry picked from commit 51c28d96838a743d2ba4fd679d92e8e15b536a19) --- templates/admin/dashboard.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/admin/dashboard.tmpl b/templates/admin/dashboard.tmpl index bfd2ee6670..9b89b8335f 100644 --- a/templates/admin/dashboard.tmpl +++ b/templates/admin/dashboard.tmpl @@ -76,7 +76,8 @@ {{ctx.Locale.Tr "admin.dashboard.system_status"}} {{/* TODO: make these stats work in multi-server deployments, likely needs per-server stats in DB */}} -
+
+
{{template "admin/system_status" .}}