Refresh list upon deployVM failure

This commit is contained in:
Kelven Yang 2010-10-14 18:13:23 -07:00
parent 258037335c
commit 6cdd852cf9
1 changed files with 1 additions and 0 deletions

View File

@ -1740,6 +1740,7 @@ function showInstancesTab(p_domainId, p_account) {
error: function(XMLHttpResponse) {
vmInstance.slideUp("slow", function() {
$(this).remove();
$("#refresh").click();
});
handleError(XMLHttpResponse);
}