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