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