From 35fe466b6fb707dd3d15a2dbdab3d761e62188c3 Mon Sep 17 00:00:00 2001 From: Phil Renaud Date: Tue, 4 Oct 2022 16:59:50 -0400 Subject: [PATCH] Switch to the 'running' green for health checks (#14799) --- ui/app/components/service-status-bar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/components/service-status-bar.js b/ui/app/components/service-status-bar.js index fda824a67..0e38ad00a 100644 --- a/ui/app/components/service-status-bar.js +++ b/ui/app/components/service-status-bar.js @@ -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 [ {