diff --git a/.last-branch b/.last-branch index 328db20..b9f1354 100644 --- a/.last-branch +++ b/.last-branch @@ -1 +1 @@ -v20260101-03-run-checks-page-guide-text +v20260101-04-run-checks-guide-layout-fix diff --git a/containers/backupchecks/src/templates/main/run_checks.html b/containers/backupchecks/src/templates/main/run_checks.html index b9e946b..1cd5276 100644 --- a/containers/backupchecks/src/templates/main/run_checks.html +++ b/containers/backupchecks/src/templates/main/run_checks.html @@ -1,5 +1,11 @@ -
+ +{% extends "layout/base.html" %} + +{% block content %} +
+
+

Run Checks workflow

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.

-
-{% extends "layout/base.html" %} -{% block content %} +
+
+

Run Checks

diff --git a/docs/changelog.md b/docs/changelog.md index ed3fce0..d588425 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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