From 9adc93b411aa398b721ab28d0285d62b98ce2dea Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 13 Jun 2024 19:04:17 +0200 Subject: [PATCH 1/2] Fix double border in system status table --- 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 3445433d53eef..bfe0eb9c1fecd 100644 --- a/templates/admin/dashboard.tmpl +++ b/templates/admin/dashboard.tmpl @@ -76,9 +76,9 @@ {{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/layout_footer" .}} From 9aa0aaeeb43fa1cf38a42c1918e14aa6b1cc5b6d Mon Sep 17 00:00:00 2001 From: silverwind Date: Mon, 17 Jun 2024 12:17:45 +0200 Subject: [PATCH 2/2] use suggested layout with extra div --- 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 bfe0eb9c1fecd..2f9875f0d9a1c 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" .}}