Merge pull request 'Auto-commit local changes before build (2026-01-04 18:22:54)' (#33) from backupchecks-v20260104-19-restoredto15-reports-html-layout-gap-fix into main

Reviewed-on: #33
This commit is contained in:
Ivo Oskamp 2026-01-13 11:02:56 +01:00
commit 582dc06427
2 changed files with 5 additions and 6 deletions

View File

@ -1 +1 @@
v20260104-18-reports-html-trend-visual-alignment-fix
backupchecks-v20260104-19-restoredto15-reports-html-layout-gap-fix

View File

@ -1675,15 +1675,15 @@ def _export_html_response(report: ReportDefinition, report_id: int, view: str):
</div>
</div>
<div class="row g-3 mb-3 justify-content-center">
<div class="col-12 col-xl-4">
<div class="row g-3 mb-3">
<div class="col-12 col-xl-8">
<div class="card shadow-sm">
<div class="card-header bg-white">
<div class="fw-semibold">Success rate trend</div>
<div class="small-muted">Daily success rate based on generated snapshots</div>
</div>
<div class="card-body">
<canvas id="chartTrend" height="180"></canvas>
<canvas id="chartTrend" height="110"></canvas>
</div>
</div>
</div>
@ -1724,9 +1724,8 @@ def _export_html_response(report: ReportDefinition, report_id: int, view: str):
}},
options: {{
responsive: true,
maintainAspectRatio: false,
plugins: {{
legend: {{ display: false }}
legend: {{ display: true }}
}},
scales: {{
y: {{ min: 0, max: 100 }}