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 2012/08/15 23:14:09 UTC

[9/20] git commit: CS-15985: cloudstack 3.0 UI - IP Address page - should use associatednetworkid instead of networkid when trying to grep an IP Address' parent network.

CS-15985: cloudstack 3.0 UI - IP Address page - should use associatednetworkid instead of networkid when trying to grep an IP Address' parent network.


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

Branch: refs/heads/4.0
Commit: 450e868161bb36c3e869cb58ad1979850b85770f
Parents: 2894964
Author: Jessica Wang <je...@citrix.com>
Authored: Tue Aug 14 11:35:11 2012 -0700
Committer: Alex Huang <al...@citrix.com>
Committed: Wed Aug 15 14:07:44 2012 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/450e8681/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index 20fee4f..9d8b97a 100644
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -1697,7 +1697,7 @@
                         args.context.vpc ?
                           args.context.vpc[0].network : args.context.networks,
                         function(network) {
-                          return network.id = ipObj.networkid;
+                          return network.id = ipObj.associatednetworkid;
                         })[0];
 
                       args.response.success({