mirror of https://github.com/apache/cloudstack.git
bug 11446: cloudStack 2.2.y - authorizeSecurityGroupIngress API response has changed. Here is corresponding UI change.
This commit is contained in:
parent
cefae498dc
commit
10062a04eb
|
|
@ -291,7 +291,7 @@ function initAddIngressRuleDialog() {
|
|||
data: createURL("command=authorizeSecurityGroupIngress"+moreCriteria.join("")),
|
||||
dataType: "json",
|
||||
success: function(json) {
|
||||
var jobId = json.authorizesecuritygroupingress.jobid;
|
||||
var jobId = json.authorizesecuritygroupingressresponse.jobid;
|
||||
var timerKey = "ingressRuleJob_"+jobId;
|
||||
$("body").everyTime(
|
||||
5000,
|
||||
|
|
|
|||
Loading…
Reference in New Issue