From 488b3333871724fc85be73c52d6d9ef20d6f1a9e Mon Sep 17 00:00:00 2001 From: Leigh Johnson Date: Sun, 27 Mar 2016 21:07:51 -0400 Subject: [PATCH] fix incorrect color var, yoink eventviewer.html #1131 --- awx/ui/client/src/job-detail/host-event/host-event.block.less | 2 +- awx/ui/client/src/job-detail/host-events/host-events.block.less | 2 +- awx/ui/client/src/job-detail/job-detail.partial.html | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/awx/ui/client/src/job-detail/host-event/host-event.block.less b/awx/ui/client/src/job-detail/host-event/host-event.block.less index 73761cbb86..d3e4451c44 100644 --- a/awx/ui/client/src/job-detail/host-event/host-event.block.less +++ b/awx/ui/client/src/job-detail/host-event/host-event.block.less @@ -20,7 +20,7 @@ color: @changed; } .HostEvent-status--failed{ - color: @warning; + color: @default-err; } .HostEvent-status--skipped{ color: @skipped; diff --git a/awx/ui/client/src/job-detail/host-events/host-events.block.less b/awx/ui/client/src/job-detail/host-events/host-events.block.less index 17d318dc89..484f0557dd 100644 --- a/awx/ui/client/src/job-detail/host-events/host-events.block.less +++ b/awx/ui/client/src/job-detail/host-events/host-events.block.less @@ -16,7 +16,7 @@ color: @changed; } .HostEvents-status--failed{ - color: @warning; + color: @default-err; } .HostEvents-status--skipped{ color: @skipped; diff --git a/awx/ui/client/src/job-detail/job-detail.partial.html b/awx/ui/client/src/job-detail/job-detail.partial.html index c1bfd91fbc..2ced4bf551 100644 --- a/awx/ui/client/src/job-detail/job-detail.partial.html +++ b/awx/ui/client/src/job-detail/job-detail.partial.html @@ -482,8 +482,6 @@ -
-