mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7318: [UI] Add error handler for VM snapshot creation
Fixes the issue where processing wheel continue to spin even after error message is displayed during VM snapshot creation
This commit is contained in:
parent
5bac24c087
commit
6ac082b9d0
|
|
@ -96,6 +96,9 @@
|
|||
}
|
||||
}
|
||||
});
|
||||
},
|
||||
error: function(json) {
|
||||
args.response.error(parseXMLHttpResponse(json));
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue