Skip to content

Commit

Permalink
ui: Fill service check background object for pending checks (#24866)
Browse files Browse the repository at this point in the history
backport of commit 75d0ac6

Co-authored-by: James Rasell <[email protected]>
  • Loading branch information
hc-github-team-nomad-core and jrasell authored Jan 15, 2025
1 parent f98c40a commit 3e94dd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/24818.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: Ensure pending service check blocks are filled
```
3 changes: 3 additions & 0 deletions ui/app/styles/components/services.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ table.health-checks {
&.status-success {
background-color: $nomad-green;
}
&.status-pending {
background-color: $gray-300;
}
&.status-failure {
background-color: $red;
}
Expand Down

0 comments on commit 3e94dd5

Please sign in to comment.