mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Adding a ! to failed smart status circles (#5055)
This commit is contained in:
parent
5362ee049b
commit
47b02fa2b2
@ -26,6 +26,10 @@
|
||||
padding: 0px;
|
||||
}
|
||||
|
||||
.SmartStatus--failed:before {
|
||||
content: "\f06a";
|
||||
}
|
||||
|
||||
.SmartStatus--running{
|
||||
color: @default-icon;
|
||||
margin-top: 10px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user