You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/04/09 13:53:46 UTC

git commit: updated refs/heads/master to 47dc989

Updated Branches:
  refs/heads/master c51587396 -> 47dc98967


CLOUDSTACK-1428:[UI] Instance which are created without display name are not visible when added to LB: Using the name property instead in the data flow


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

Branch: refs/heads/master
Commit: 47dc989675343a9dedc59edc64bb57e6977f49e8
Parents: c515873
Author: Pranav Saxena <pr...@citrix.com>
Authored: Tue Apr 9 17:02:01 2013 +0530
Committer: Pranav Saxena <pr...@citrix.com>
Committed: Tue Apr 9 17:02:01 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/47dc9896/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index 65be302..cc1aad3 100755
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -2943,7 +2943,7 @@
                             });
 
                             $.extend(item, {
-                              _itemName: 'displayname',
+                              _itemName: 'name',
                               _itemData: lbInstances,
                               _maxLength: {
                                 name: 7