From ad6d7acf4d53b6b81e4aba9c622a41ade6475b4e Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Mon, 20 Feb 2017 15:51:30 -0500 Subject: [PATCH] update failed icon for rhs dashboard recent job run list --- .../src/dashboard/lists/dashboard-list.block.less | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/awx/ui/client/src/dashboard/lists/dashboard-list.block.less b/awx/ui/client/src/dashboard/lists/dashboard-list.block.less index 0903b01c74..16b5262e46 100644 --- a/awx/ui/client/src/dashboard/lists/dashboard-list.block.less +++ b/awx/ui/client/src/dashboard/lists/dashboard-list.block.less @@ -86,6 +86,18 @@ color: @default-err; } +.DashboardList-status--failed{ + color: @default-err; + margin-top: 10px; + margin-bottom: 10px; + padding: 0px; + margin-right: 5px; +} + +.DashboardList-status--failed:before { + content: "\f06a"; +} + .DashboardList-nameCell { padding-left: 15px; width: 100%;