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 <[email protected]> Authored: Tue Apr 9 17:02:01 2013 +0530 Committer: Pranav Saxena <[email protected]> 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
