From 0a8852cec971edea405d811c40413eedff003daf Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Sun, 8 Feb 2026 19:41:38 +0100 Subject: [PATCH] Fix Expected status badge color in Daily Jobs documentation Changed Expected badge from 'Light Blue' to 'White' (with border) to match actual CSS implementation (background: #fff with border: 2px solid var(--bs-secondary)). Status indicators now correctly show: - Green = Success - Blue = Success (Override) - Yellow = Warning - Red = Failed - Gray = Missed - White (with border) = Expected Co-Authored-By: Claude Sonnet 4.5 --- .../src/templates/documentation/backup-review/daily-jobs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/backupchecks/src/templates/documentation/backup-review/daily-jobs.html b/containers/backupchecks/src/templates/documentation/backup-review/daily-jobs.html index ae4b034..74e8ac3 100644 --- a/containers/backupchecks/src/templates/documentation/backup-review/daily-jobs.html +++ b/containers/backupchecks/src/templates/documentation/backup-review/daily-jobs.html @@ -143,7 +143,7 @@ Expected - Light Blue + White Job is expected to run later today (for future dates or today before the job runs)