Revision cb748f1f

b/ui/templates/machines_icon.html
697 697
                $(existing).find('.status').text(TRANSITIONS['Destroying']);
698 698
                $(existing).find('.state').removeClass().addClass('state destroying-state');
699 699
                $(existing).find('.spinner').show();
700
                $(existing).find('.wave').hide();
700 701
            }
701 702
        }
702 703

  
b/ui/templates/machines_single.html
614 614
                $('#machinesview-single.single div.#' + server.id + ' div.action-reboot').hide();
615 615
                $('#machinesview-single.single div.#' + server.id + ' div.action-shutdown').hide();
616 616
            }
617

  
618

  
617 619
            //show the first machine and select it in the widget
618 620
            $('.single-container:eq(1)').show();
619 621
            $('.single .column3').find('.server-name:eq(1)').addClass('column3-selected');
......
634 636
                existing.find(".column1 .state-label").text(TRANSITIONS['Destroying']);
635 637
                existing.find(".column1 .state").removeClass().addClass('state destroying-state');
636 638
                existing.find(".column1 .state .spinner").show();
639
                existing.find(".column1 .wave").hide();
637 640
            }
638 641
        }
639 642
    });

Also available in: Unified diff