Revision af324176 ui/templates/machines_single.html

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