From cf1738a28424c2445069a82599ea7831188fa8e7 Mon Sep 17 00:00:00 2001 From: Ivo Oskamp Date: Sun, 8 Feb 2026 19:43:57 +0100 Subject: [PATCH] Fix Expected status badge color in Approving Backups page Changed Expected from 'Blue badge' to 'White badge (with border)' to match actual CSS implementation and be consistent with Daily Jobs page. Co-Authored-By: Claude Sonnet 4.5 --- .../documentation/backup-review/approving-backups.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/backupchecks/src/templates/documentation/backup-review/approving-backups.html b/containers/backupchecks/src/templates/documentation/backup-review/approving-backups.html index 1d0564f..229e99d 100644 --- a/containers/backupchecks/src/templates/documentation/backup-review/approving-backups.html +++ b/containers/backupchecks/src/templates/documentation/backup-review/approving-backups.html @@ -103,7 +103,7 @@
  • Warning: Yellow badge - job completed with warnings
  • Failed: Red badge - job failed
  • Missed: Gray badge - job was expected but didn't run
  • -
  • Expected: Blue badge - job hasn't run yet today
  • +
  • Expected: White badge (with border) - job hasn't run yet today
  • Overrides are applied automatically (warnings/failures treated as success if override matches)