Updated Branches:
  refs/heads/4.1 6d2a24680 -> 9b6ff74e3

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/9b6ff74e
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/9b6ff74e
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/9b6ff74e

Branch: refs/heads/4.1
Commit: 9b6ff74e3a9535dddfe88121afcfa49cca546cf2
Parents: 6d2a246
Author: Pranav Saxena <[email protected]>
Authored: Tue Apr 9 17:03:41 2013 +0530
Committer: Pranav Saxena <[email protected]>
Committed: Tue Apr 9 17:03:41 2013 +0530

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


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9b6ff74e/ui/scripts/network.js
----------------------------------------------------------------------
diff --git a/ui/scripts/network.js b/ui/scripts/network.js
index db06c04..1bc4eba 100755
--- a/ui/scripts/network.js
+++ b/ui/scripts/network.js
@@ -3099,7 +3099,7 @@
                             });
 
                             $.extend(item, {
-                              _itemName: 'displayname',
+                              _itemName: 'name',
                               _itemData: lbInstances,
                               _maxLength: {
                                 name: 7

Reply via email to