Auto-commit local changes before build (2026-01-04 18:22:54)
This commit is contained in:
parent
79b9580a66
commit
aecd1872c0
@ -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 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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user