You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ah...@apache.org on 2013/06/25 01:51:55 UTC

[19/50] [abbrv] git commit: updated refs/heads/vmsync to 049dd72

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


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/aac92245
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/aac92245
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/aac92245

Branch: refs/heads/vmsync
Commit: aac922450c500c8ba4b10d61fad66fb0ec6c7d7a
Parents: 1eb744f
Author: Wei Zhou <w....@leaseweb.com>
Authored: Mon Jun 24 09:18:41 2013 +0200
Committer: Wei Zhou <w....@leaseweb.com>
Committed: Mon Jun 24 09:18:41 2013 +0200

----------------------------------------------------------------------
 ui/scripts/network.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aac92245/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index d18e796..fbd8b01 100755
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -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: {