mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Merge pull request #6323 from marshmalien/fix/jobFailureIcon
Add "!" to job failed icon
This commit is contained in:
commit
3ea06e36b8
@ -1114,7 +1114,8 @@ input[type="checkbox"].checkbox-no-label {
|
||||
.icon-job-error:before,
|
||||
.icon-job-canceled:before,
|
||||
.icon-job-stdout-download-tooltip:before,
|
||||
.icon-job-unreachable:before {
|
||||
.icon-job-unreachable:before,
|
||||
.icon-job-failed:before {
|
||||
content: "\f06a";
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user