Skip to content

Commit

Permalink
ui: Fill service check background object for pending checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Jan 9, 2025
1 parent 894b32f commit bb7d3d5
Showing 1 changed file with 3 additions and 0 deletions.
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: #a9a9a9;
}
&.status-failure {
background-color: $red;
}
Expand Down

0 comments on commit bb7d3d5

Please sign in to comment.