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 <noreply@anthropic.com>
This commit is contained in:
Ivo Oskamp 2026-02-08 19:43:57 +01:00
parent 0a8852cec9
commit cf1738a284

View File

@ -103,7 +103,7 @@
<li><strong>Warning:</strong> Yellow badge - job completed with warnings</li>
<li><strong>Failed:</strong> Red badge - job failed</li>
<li><strong>Missed:</strong> Gray badge - job was expected but didn't run</li>
<li><strong>Expected:</strong> Blue badge - job hasn't run yet today</li>
<li><strong>Expected:</strong> White badge (with border) - job hasn't run yet today</li>
</ul>
</li>
<li>Overrides are applied automatically (warnings/failures treated as success if override matches)</li>