mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 11:50:42 -03:30
update failed icon for rhs dashboard recent job run list
This commit is contained in:
parent
f97ffefe93
commit
ad6d7acf4d
@ -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%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user