Compare commits
No commits in common. "fc907349a02c133be050bc3676933c1f928f89bb" and "7c426471ac60317c1dfea8bb3c428e00d77a5ebb" have entirely different histories.
fc907349a0
...
7c426471ac
@ -1 +1 @@
|
|||||||
v20260101-04-run-checks-guide-layout-fix
|
v20260101-03-run-checks-page-guide-text
|
||||||
|
|||||||
@ -1,11 +1,5 @@
|
|||||||
|
|
||||||
|
<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>
|
<h3>Run Checks workflow</h3>
|
||||||
<p>
|
<p>
|
||||||
The Run Checks page is used for daily operational triage. It lists job runs that need attention so they can be reviewed,
|
The Run Checks page is used for daily operational triage. It lists job runs that need attention so they can be reviewed,
|
||||||
@ -27,10 +21,10 @@
|
|||||||
By consistently reviewing runs and documenting follow-up where needed, the Run Checks page provides both operational focus
|
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.
|
and auditable proof that backups are being checked.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
{% extends "layout/base.html" %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
<div class="d-flex align-items-center justify-content-between flex-wrap gap-2 mb-3">
|
<div class="d-flex align-items-center justify-content-between flex-wrap gap-2 mb-3">
|
||||||
<h2 class="mb-0">Run Checks</h2>
|
<h2 class="mb-0">Run Checks</h2>
|
||||||
<div class="d-flex align-items-center gap-2">
|
<div class="d-flex align-items-center gap-2">
|
||||||
|
|||||||
@ -116,15 +116,6 @@
|
|||||||
- Explained the role of the resolved status within the Run Checks workflow.
|
- 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.
|
- 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
|
## v0.1.14
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user