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:22:53 -07:00
parent 81f9d8da92
commit ad20cd679a
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,