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 5C29BFD36 for ; Thu, 28 Mar 2013 11:16:32 +0000 (UTC) Received: (qmail 72959 invoked by uid 500); 28 Mar 2013 11:16:26 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 72892 invoked by uid 500); 28 Mar 2013 11:16:26 -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 67824 invoked by uid 99); 28 Mar 2013 11:16:12 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Mar 2013 11:16:12 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 43E2C828DF9; Thu, 28 Mar 2013 11:16:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: nitin@apache.org To: commits@cloudstack.apache.org Date: Thu, 28 Mar 2013 11:16:47 -0000 Message-Id: <8cb69432a58d4056bb58e46a7cef54ff@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [37/50] [abbrv] git commit: updated refs/heads/scaleupvm to 2423d4a Regions UI: Change loading state text to 'Loading...' Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d6e8701c Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d6e8701c Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d6e8701c Branch: refs/heads/scaleupvm Commit: d6e8701caeef728ce096f02b2ea89ae415141e80 Parents: fedef61 Author: Brian Federle Authored: Tue Mar 26 10:18:56 2013 -0700 Committer: Brian Federle Committed: Tue Mar 26 10:19:02 2013 -0700 ---------------------------------------------------------------------- ui/scripts/ui-custom/login.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d6e8701c/ui/scripts/ui-custom/login.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui-custom/login.js b/ui/scripts/ui-custom/login.js index 783a170..7a3b887 100644 --- a/ui/scripts/ui-custom/login.js +++ b/ui/scripts/ui-custom/login.js @@ -136,7 +136,7 @@ $('').html( // _l is not set yet, so localize directly to dictionary // [should fix in future] - dictionary['message.redirecting.region'] + dictionary['label.loading'] + '...' ) )); }