From 7aa2b7f6a7e81550b00dfabe0b6bf0a4f420a53c Mon Sep 17 00:00:00 2001 From: Guoqiang Zhang Date: Fri, 1 Jun 2018 08:58:47 -0400 Subject: [PATCH] Fix the color of the tips badge for failed hosts in the host status bar --- awx/ui/client/features/output/_index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/client/features/output/_index.less b/awx/ui/client/features/output/_index.less index 8ca2c8a5d0..9e4da5ab10 100644 --- a/awx/ui/client/features/output/_index.less +++ b/awx/ui/client/features/output/_index.less @@ -288,7 +288,7 @@ background-color: @default-warning; } -.HostStatusBar-tooltipBadge--failed { +.HostStatusBar-tooltipBadge--failures { background-color: @default-err; }