From 1f4ad2669fbe837ff34a8512395073f0d4779f88 Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Fri, 26 Apr 2024 07:26:57 +0000 Subject: [PATCH] Don't show loading indicators when refreshing the system status When I added this the dividers didn't render the loading indicators but I guess some CSS has changed since then. Now we render the loading indicators on hidden elements so they don't appear. Signed-off-by: Yarden Shoham --- templates/admin/dashboard.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/dashboard.tmpl b/templates/admin/dashboard.tmpl index 589fc5048a..9c721920c1 100644 --- a/templates/admin/dashboard.tmpl +++ b/templates/admin/dashboard.tmpl @@ -76,7 +76,7 @@ {{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" .}}