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:
Chris Houseknecht
2014-01-08 23:38:00 +00:00
parent 255dead521
commit 9930c6d356
9 changed files with 263 additions and 202 deletions

View File

@@ -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;
}