CLOUDSTACK-3395: Fix typo in 'revert to VM snapshot' response

This commit is contained in:
Brian Federle 2013-07-11 14:44:52 -07:00
parent 6eeea70dad
commit 62823a292e
1 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@
dataType: "json",
async: true,
success: function(json) {
var jid = json.reverttosnapshotresponse.jobid;
var jid = json.reverttovmsnapshotresponse.jobid;
args.response.success({
_custom: {
jobId: jid
@ -193,4 +193,4 @@
//detailview end
}
}
})(jQuery, cloudStack);
})(jQuery, cloudStack);