Fix the color of the tips badge for failed hosts in the host status bar

This commit is contained in:
Guoqiang Zhang 2018-06-01 08:58:47 -04:00
parent 330691f4a2
commit 7aa2b7f6a7

View File

@ -288,7 +288,7 @@
background-color: @default-warning;
}
.HostStatusBar-tooltipBadge--failed {
.HostStatusBar-tooltipBadge--failures {
background-color: @default-err;
}