Switch to the 'running' green for health checks (#14799)

This commit is contained in:
Phil Renaud
2022-10-04 16:59:50 -04:00
committed by GitHub
parent d3a55915f5
commit 35fe466b6f

View File

@@ -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 [
{