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 BC5C1DC87 for ; Fri, 24 May 2013 23:38:15 +0000 (UTC) Received: (qmail 25586 invoked by uid 500); 24 May 2013 23:38:15 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 25561 invoked by uid 500); 24 May 2013 23:38:15 -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 25554 invoked by uid 99); 24 May 2013 23:38:15 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 May 2013 23:38:15 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 317ABEE35; Fri, 24 May 2013 23:38:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jessicawang@apache.org To: commits@cloudstack.apache.org Message-Id: <03f9afb5de3d4614896cd2c1d606f331@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to d99fae0 Date: Fri, 24 May 2013 23:38:15 +0000 (UTC) Updated Branches: refs/heads/master 7cc1e8221 -> d99fae07c CLOUDSTACK-747: Infrastructure menu - service providers - change display name of internalLbVm to be Internal LB VM. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d99fae07 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d99fae07 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d99fae07 Branch: refs/heads/master Commit: d99fae07c7ee750452e346e69f582f0342280f2a Parents: 7cc1e82 Author: Jessica Wang Authored: Fri May 24 16:36:45 2013 -0700 Committer: Jessica Wang Committed: Fri May 24 16:36:45 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d99fae07/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index ebf173b..9ac3b30 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -12706,7 +12706,7 @@ nspHardcodingArray.push( { id: 'InternalLbVm', - name: 'InternalLbVm', + name: 'Internal LB VM', state: nspMap.InternalLbVm ? nspMap.InternalLbVm.state : 'Disabled' } );