mirror of https://github.com/apache/cloudstack.git
Refresh list upon deployVM failure
This commit is contained in:
parent
258037335c
commit
6cdd852cf9
|
|
@ -1740,6 +1740,7 @@ function showInstancesTab(p_domainId, p_account) {
|
|||
error: function(XMLHttpResponse) {
|
||||
vmInstance.slideUp("slow", function() {
|
||||
$(this).remove();
|
||||
$("#refresh").click();
|
||||
});
|
||||
handleError(XMLHttpResponse);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue