bug 11446: cloudStack 2.2.y - authorizeSecurityGroupIngress API response has changed. Here is corresponding UI change.

This commit is contained in:
Jessica Wang 2011-09-15 10:25:59 -07:00
parent cefae498dc
commit 10062a04eb
1 changed files with 1 additions and 1 deletions

View File

@ -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,