mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-3143: add response in the response string (ui change)
This commit is contained in:
parent
1eb744fa16
commit
aac922450c
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue