Revision 74175c17 ui/static/synnefo.js

b/ui/static/synnefo.js
751 751
						// indicate that the action succeeded
752 752
                        show_vnc_console(data.console.host,data.console.port,data.console.password);
753 753
						display_success(serverID);
754
                        // hide spinner
755
                        $('#' + serverID + ' .spinner').hide();
754 756
						// continue with the rest of the servers
755
                        console(serverIDs);
757
                        open_console(serverIDs);
756 758
                    } else {
757 759
                        ajax_error(jqXHR.status, serverID, 'Console', jqXHR.responseText);
758 760
                    }

Also available in: Unified diff