Added uptime to web console

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1387063 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Claus Ibsen 2012-09-18 09:04:09 +00:00
parent b9621e66d4
commit 183ae75048
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@ You can find more information about ActiveMQ on the <a href="http://activemq.apa
<td>ID</td>
<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>