CLOUDSTACK-3143: add response in the response string (ui change)

This commit is contained in:
Wei Zhou 2013-06-24 09:18:41 +02:00
parent 1eb744fa16
commit aac922450c
1 changed files with 2 additions and 2 deletions

View File

@ -4123,7 +4123,7 @@
dataType: 'json',
async: true,
success: function(data) {
var jobID = data.revokesecuritygroupingress.jobid;
var jobID = data.revokesecuritygroupingressresponse.jobid;
args.response.success({
_custom: {
@ -4295,7 +4295,7 @@
dataType: 'json',
async: true,
success: function(data) {
var jobID = data.revokesecuritygroupegress.jobid;
var jobID = data.revokesecuritygroupegressresponse.jobid;
args.response.success({
_custom: {