mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3395: Fix typo in 'revert to VM snapshot' response
This commit is contained in:
parent
6eeea70dad
commit
62823a292e
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue