ui: Fill service check background object for pending checks. (#24818)

This commit is contained in:
James Rasell
2025-01-15 16:27:10 +01:00
committed by GitHub
parent 8d201a82fd
commit 75d0ac657e
2 changed files with 6 additions and 0 deletions

3
.changelog/24818.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:bug
ui: Ensure pending service check blocks are filled
```

View File

@@ -119,6 +119,9 @@ table.health-checks {
&.status-success {
background-color: $nomad-green;
}
&.status-pending {
background-color: $gray-300;
}
&.status-failure {
background-color: $red;
}