mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
update failed icon for rhs dashboard recent job run list
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user