mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Inventory refactoring: added All Hosts, group delete now works, view inventory sync status works, group add now refreshes the group view correctly.
This commit is contained in:
@@ -849,16 +849,21 @@ input[type="checkbox"].checkbox-no-label {
|
||||
*/
|
||||
|
||||
.icon-cloud-na,
|
||||
.icon-cloud-never {
|
||||
.icon-cloud-never,
|
||||
a.icon-cloud-na:hover,
|
||||
a.icon-cloud-never:hover {
|
||||
color: @grey;
|
||||
}
|
||||
|
||||
.icon-cloud-updating,
|
||||
.icon-cloud-successful {
|
||||
.icon-cloud-successful,
|
||||
a.icon-cloud-updating:hover,
|
||||
a.icon-cloud-successful:hover {
|
||||
color: @green;
|
||||
}
|
||||
|
||||
.icon-cloud-failed {
|
||||
.icon-cloud-failed,
|
||||
a.icon-cloud-failed:hover {
|
||||
color: @red;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user