Merge pull request #2020 from sangongs/fix_failed_badge_color

Fix the color of the tips badge for failed hosts in the host status bar
This commit is contained in:
Jake McDermott 2018-06-01 11:38:10 -04:00 committed by GitHub
commit b7bb80c79f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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