mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
ui: Fill service check background object for pending checks. (#24818)
This commit is contained in:
3
.changelog/24818.txt
Normal file
3
.changelog/24818.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:bug
|
||||
ui: Ensure pending service check blocks are filled
|
||||
```
|
||||
@@ -119,6 +119,9 @@ table.health-checks {
|
||||
&.status-success {
|
||||
background-color: $nomad-green;
|
||||
}
|
||||
&.status-pending {
|
||||
background-color: $gray-300;
|
||||
}
|
||||
&.status-failure {
|
||||
background-color: $red;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user