You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by da...@apache.org on 2012/09/18 11:04:10 UTC

svn commit: r1387063 - in /activemq/trunk/activemq-web-console: ./ src/main/webapp/index.jsp

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
         <td><b>${requestContext.brokerQuery.brokerAdmin.brokerId}</b></td>
     </tr>
     <tr>
+        <td>Uptime</td>
+        <td><b>${requestContext.brokerQuery.brokerAdmin.uptime}</b></td>
+    </tr>
+    <tr>
         <td>Store percent used</td>
         <td><b>${requestContext.brokerQuery.brokerAdmin.storePercentUsage}</b></td>
     </tr>