Auto-commit local changes before build (2026-01-01 16:45:48) #2

Merged
ivooskamp merged 1 commits from v20260101-04-run-checks-guide-layout-fix into main 2026-01-03 15:03:29 +01:00
3 changed files with 20 additions and 5 deletions
Showing only changes of commit 6ee92db230 - Show all commits

View File

@ -1 +1 @@
v20260101-03-run-checks-page-guide-text
v20260101-04-run-checks-guide-layout-fix

View File

@ -1,5 +1,11 @@
<div class="info-block">
{% extends "layout/base.html" %}
{% block content %}
<div class="mb-3">
<div class="info-block" style="max-width: 100%; margin-bottom: 1rem;">
<h3>Run Checks workflow</h3>
<p>
The Run Checks page is used for daily operational triage. It lists job runs that need attention so they can be reviewed,
@ -21,10 +27,10 @@
By consistently reviewing runs and documenting follow-up where needed, the Run Checks page provides both operational focus
and auditable proof that backups are being checked.
</p>
</div>
{% extends "layout/base.html" %}
{% block content %}
</div>
</div>
<div class="d-flex align-items-center justify-content-between flex-wrap gap-2 mb-3">
<h2 class="mb-0">Run Checks</h2>
<div class="d-flex align-items-center gap-2">

View File

@ -116,6 +116,15 @@
- Explained the role of the resolved status within the Run Checks workflow.
- Placed the guide directly on the Run Checks page (no popup), aligned with the dashboard explanation style.
---
## v20260101-04-run-checks-guide-layout-fix
- Moved the Run Checks workflow guide into the main page content so it aligns with the left edge of the table.
- Reduced vertical spacing below the guide to remove excessive empty space before the Run Checks table.
- Ensured the guide follows the same layout and alignment as the existing Run Checks page elements.
- Applied layout-only changes without modifying any functional behavior.
================================================================================================================================================
## v0.1.14