From ab4f5ae696deaebe5221d24cc876612a815a01fb Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Sun, 4 Jan 2026 18:12:52 +0100 Subject: [PATCH] Auto-commit local changes before build (2026-01-04 18:12:52) --- .last-branch | 2 +- .../src/backend/app/main/routes_reporting_api.py | 6 +++--- docs/changelog.md | 8 ++++++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.last-branch b/.last-branch index 4222668..1bc53e5 100644 --- a/.last-branch +++ b/.last-branch @@ -1 +1 @@ -v20260104-16-reports-html-trend-size-match +v20260104-17-reports-html-trend-match-status-size diff --git a/containers/backupchecks/src/backend/app/main/routes_reporting_api.py b/containers/backupchecks/src/backend/app/main/routes_reporting_api.py index 4be6f98..749e993 100644 --- a/containers/backupchecks/src/backend/app/main/routes_reporting_api.py +++ b/containers/backupchecks/src/backend/app/main/routes_reporting_api.py @@ -1675,8 +1675,8 @@ def _export_html_response(report: ReportDefinition, report_id: int, view: str): -
-
+
+
Success rate trend
@@ -1687,7 +1687,7 @@ def _export_html_response(report: ReportDefinition, report_id: int, view: str):
-
+
Status distribution
diff --git a/docs/changelog.md b/docs/changelog.md index a3f2713..dc024df 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -321,6 +321,14 @@ - Adjusted the HTML report layout so the **Success rate trend** chart has the same size as the **Status distribution** chart. - Both charts now use an equal column width and consistent canvas height to prevent visual layout gaps. +--- + +## v20260104-17-reports-html-trend-match-status-size + +- Restored the original size of the **Status distribution** chart. +- Adjusted the **Success rate trend** chart to match the exact size of the Status distribution chart. +- Aligned both charts to use the same column width and fixed canvas height to ensure a consistent layout without gaps. + ================================================================================================================================================ ## v0.1.15