From e8e43a7ee4f4577780a6909fc0e58c44a9f58c9f Mon Sep 17 00:00:00 2001 From: Giteabot Date: Tue, 18 Jun 2024 06:29:43 +0800 Subject: [PATCH] Fix double border in system status table (#31363) (#31401) Backport #31363 by silverwind Co-authored-by: silverwind Co-authored-by: wxiaoguang --- templates/admin/dashboard.tmpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/admin/dashboard.tmpl b/templates/admin/dashboard.tmpl index 3445433d53..2f9875f0d9 100644 --- a/templates/admin/dashboard.tmpl +++ b/templates/admin/dashboard.tmpl @@ -76,9 +76,11 @@ {{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" .}} +
+
+
+ {{template "admin/system_status" .}} +
{{template "admin/layout_footer" .}}