Skip to content

Commit

Permalink
Merge 75d0ac6 into backport/b-ui-service-check-pending-background-fil…
Browse files Browse the repository at this point in the history
…l/cleanly-famous-glider
  • Loading branch information
hc-github-team-nomad-core authored Jan 15, 2025
2 parents 599a063 + 75d0ac6 commit 1acacda
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 1acacda

Please sign in to comment.