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 4076211D96 for ; Mon, 13 May 2013 11:08:16 +0000 (UTC) Received: (qmail 92904 invoked by uid 500); 13 May 2013 11:08:09 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 91795 invoked by uid 500); 13 May 2013 11:08:07 -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 88814 invoked by uid 99); 13 May 2013 11:07:55 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 May 2013 11:07:55 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 79AC288F35D; Mon, 13 May 2013 11:07:54 +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: Mon, 13 May 2013 11:08:26 -0000 Message-Id: <9238c5509075409bb08e7dd900766dc8@git.apache.org> In-Reply-To: <8094f2729c9c42fd9c011f3b9ffb57e6@git.apache.org> References: <8094f2729c9c42fd9c011f3b9ffb57e6@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [34/55] [abbrv] git commit: updated refs/heads/cs2163 to 8d53b1e Correcting the text for alert types Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/225a4674 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/225a4674 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/225a4674 Branch: refs/heads/cs2163 Commit: 225a46746a9ab7a6f1954869b23f95272f83c243 Parents: 34a3fd6 Author: Pranav Saxena Authored: Mon May 13 01:53:33 2013 +0530 Committer: Pranav Saxena Committed: Mon May 13 01:53:33 2013 +0530 ---------------------------------------------------------------------- ui/scripts/events.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/225a4674/ui/scripts/events.js ---------------------------------------------------------------------- diff --git a/ui/scripts/events.js b/ui/scripts/events.js index 0e72eda..01fd4a2 100644 --- a/ui/scripts/events.js +++ b/ui/scripts/events.js @@ -347,7 +347,7 @@ title:'Delete Alerts', desc: '', fields: { - type: { label: 'By event type' , docID:'helpAlertsDeleteType'}, + type: { label: 'By Alert type' , docID:'helpAlertsDeleteType'}, date: { label: 'By date (older than)' ,docID:'helpAlertsDeleteDate', isDatepicker: true } } }, @@ -393,7 +393,7 @@ title:'Archive Alerts', desc: '', fields: { - type: { label: 'By event type', docID:'helpAlertsArchiveType' }, + type: { label: 'By Alert type', docID:'helpAlertsArchiveType' }, date: { label: 'By date (older than)' , docID:'helpAlertsArchiveDate', isDatepicker: true } } },