Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-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 34A0CDEF1 for ; Tue, 18 Sep 2012 09:04:57 +0000 (UTC) Received: (qmail 35201 invoked by uid 500); 18 Sep 2012 09:04:57 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 35111 invoked by uid 500); 18 Sep 2012 09:04:56 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 35098 invoked by uid 99); 18 Sep 2012 09:04:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Sep 2012 09:04:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Sep 2012 09:04:54 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 33B7423889D7 for ; Tue, 18 Sep 2012 09:04:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1387063 - in /activemq/trunk/activemq-web-console: ./ src/main/webapp/index.jsp Date: Tue, 18 Sep 2012 09:04:10 -0000 To: commits@activemq.apache.org From: davsclaus@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120918090410.33B7423889D7@eris.apache.org> Author: davsclaus Date: Tue Sep 18 09:04:09 2012 New Revision: 1387063 URL: http://svn.apache.org/viewvc?rev=1387063&view=rev Log: Added uptime to web console Modified: activemq/trunk/activemq-web-console/ (props changed) activemq/trunk/activemq-web-console/src/main/webapp/index.jsp Propchange: activemq/trunk/activemq-web-console/ ------------------------------------------------------------------------------ --- svn:ignore (original) +++ svn:ignore Tue Sep 18 09:04:09 2012 @@ -5,3 +5,4 @@ target eclipse-classes .classpath .project +.idea Modified: activemq/trunk/activemq-web-console/src/main/webapp/index.jsp URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/src/main/webapp/index.jsp?rev=1387063&r1=1387062&r2=1387063&view=diff ============================================================================== --- activemq/trunk/activemq-web-console/src/main/webapp/index.jsp (original) +++ activemq/trunk/activemq-web-console/src/main/webapp/index.jsp Tue Sep 18 09:04:09 2012 @@ -47,6 +47,10 @@ You can find more information about Acti ${requestContext.brokerQuery.brokerAdmin.brokerId} + Uptime + ${requestContext.brokerQuery.brokerAdmin.uptime} + + Store percent used ${requestContext.brokerQuery.brokerAdmin.storePercentUsage}