You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2014/05/05 22:45:11 UTC

git commit: updated refs/heads/4.4-forward to d5079e9

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward 44a3f586d -> d5079e9cf


CLOUDSTACK-6483: UI > Load Balancing > "VM+IP" listing > After removing a "VM+IP" under a LB rule, AddVMs dialog should reflect the change (i.e. show the removed IP in IP dropdown in AddVMs dialog)


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

Branch: refs/heads/4.4-forward
Commit: d5079e9cfa54a004a91295b1b2f24d2308e3000b
Parents: 44a3f58
Author: Jessica Wang <je...@apache.org>
Authored: Mon May 5 13:44:36 2014 -0700
Committer: Jessica Wang <je...@apache.org>
Committed: Mon May 5 13:44:49 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d5079e9c/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index 7a495c1..9d5fb79 100755
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -3337,8 +3337,7 @@
                                                 },
                                                                                                 
                                                 dataProvider: function(args) {
-                                                    var itemData = $.isArray(args.context.multiRule) && args.context.multiRule[0]['_itemData'] ?
-                                                        args.context.multiRule[0]['_itemData'] : [];
+                                                	var itemData = $.isArray(args.context.multiRule) && args.context.subItemData ? args.context.subItemData : [];
 
                                                     var networkid;
                                                     if ('vpc' in args.context)