mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Switch to the 'running' green for health checks (#14799)
This commit is contained in:
@@ -22,7 +22,7 @@ export default class ServiceStatusBar extends DistributionBar {
|
||||
const failing = this.status.failure || 0;
|
||||
const success = this.status.success || 0;
|
||||
|
||||
const [grey, red, green] = ['queued', 'failed', 'complete'];
|
||||
const [grey, red, green] = ['queued', 'failed', 'running'];
|
||||
|
||||
return [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user