Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-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 AAF9610D53 for ; Thu, 29 May 2014 02:34:52 +0000 (UTC) Received: (qmail 55837 invoked by uid 500); 29 May 2014 02:34:52 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 55817 invoked by uid 500); 29 May 2014 02:34:52 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 55810 invoked by uid 99); 29 May 2014 02:34:52 -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, 29 May 2014 02:34:52 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 2FA734ED9D; Thu, 29 May 2014 02:34:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agrieve@apache.org To: commits@cordova.apache.org Date: Thu, 29 May 2014 02:34:57 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [6/6] git commit: Show total plugin count in plugin message Show total plugin count in plugin message Project: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/commit/ba3cb0ed Tree: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/tree/ba3cb0ed Diff: http://git-wip-us.apache.org/repos/asf/cordova-app-harness/diff/ba3cb0ed Branch: refs/heads/master Commit: ba3cb0edfb2c722643f63ad0db116c0fdaffedfe Parents: 91d27cf Author: Andrew Grieve Authored: Wed May 28 22:22:44 2014 -0400 Committer: Andrew Grieve Committed: Wed May 28 22:25:11 2014 -0400 ---------------------------------------------------------------------- www/cdvah/views/list.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-app-harness/blob/ba3cb0ed/www/cdvah/views/list.html ---------------------------------------------------------------------- diff --git a/www/cdvah/views/list.html b/www/cdvah/views/list.html index 42af081..31a8779 100644 --- a/www/cdvah/views/list.html +++ b/www/cdvah/views/list.html @@ -28,8 +28,9 @@
Update in progress: {{app.updatingStatus}}%
Plugins: + {{app.plugins.all.length}} total, {{ app.plugins.missing.length }} missing, - {{ app.plugins.older.length }} outdated, + {{ app.plugins.older.length }} outdated, {{ app.plugins.newer.length }} newer
Plugins: OK