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:
Mihaela Stoica 2014-11-06 17:04:31 +00:00 committed by Brian Federle
parent 5bac24c087
commit 6ac082b9d0
1 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,9 @@
}
}
});
},
error: function(json) {
args.response.error(parseXMLHttpResponse(json));
}
});
});