mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 05:26:35 +00:00
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
Block a user