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:
commit
582dc06427
@ -1 +1 @@
|
|||||||
v20260104-18-reports-html-trend-visual-alignment-fix
|
backupchecks-v20260104-19-restoredto15-reports-html-layout-gap-fix
|
||||||
|
|||||||
@ -1675,15 +1675,15 @@ def _export_html_response(report: ReportDefinition, report_id: int, view: str):
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row g-3 mb-3 justify-content-center">
|
<div class="row g-3 mb-3">
|
||||||
<div class="col-12 col-xl-4">
|
<div class="col-12 col-xl-8">
|
||||||
<div class="card shadow-sm">
|
<div class="card shadow-sm">
|
||||||
<div class="card-header bg-white">
|
<div class="card-header bg-white">
|
||||||
<div class="fw-semibold">Success rate trend</div>
|
<div class="fw-semibold">Success rate trend</div>
|
||||||
<div class="small-muted">Daily success rate based on generated snapshots</div>
|
<div class="small-muted">Daily success rate based on generated snapshots</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<canvas id="chartTrend" height="180"></canvas>
|
<canvas id="chartTrend" height="110"></canvas>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -1724,9 +1724,8 @@ def _export_html_response(report: ReportDefinition, report_id: int, view: str):
|
|||||||
}},
|
}},
|
||||||
options: {{
|
options: {{
|
||||||
responsive: true,
|
responsive: true,
|
||||||
maintainAspectRatio: false,
|
|
||||||
plugins: {{
|
plugins: {{
|
||||||
legend: {{ display: false }}
|
legend: {{ display: true }}
|
||||||
}},
|
}},
|
||||||
scales: {{
|
scales: {{
|
||||||
y: {{ min: 0, max: 100 }}
|
y: {{ min: 0, max: 100 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user