Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0FA7A10091 for ; Tue, 9 Apr 2013 11:55:58 +0000 (UTC) Received: (qmail 29021 invoked by uid 500); 9 Apr 2013 11:55:57 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 28933 invoked by uid 500); 9 Apr 2013 11:55:57 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 28919 invoked by uid 99); 9 Apr 2013 11:55:57 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Apr 2013 11:55:57 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 570A0817300; Tue, 9 Apr 2013 11:55:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pranavs@apache.org To: commits@cloudstack.apache.org Message-Id: <778b4ae56b7b4f09a656ffc2a5852d1c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.1 to 9b6ff74 Date: Tue, 9 Apr 2013 11:55:57 +0000 (UTC) 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 Authored: Tue Apr 9 17:03:41 2013 +0530 Committer: Pranav Saxena 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