mirror of https://github.com/apache/activemq.git
truncating queue names after 50 characters
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@703931 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
73b8f233b0
commit
db0d5cd363
|
@ -49,7 +49,7 @@
|
|||
<tbody>
|
||||
<c:forEach items="${requestContext.brokerQuery.queues}" var="row">
|
||||
<tr>
|
||||
<td><a href="browse.jsp?JMSDestination=${row.name}"><form:tooltip text="${row.name}" length="8"/></a></td>
|
||||
<td><a href="browse.jsp?JMSDestination=${row.name}"><form:tooltip text="${row.name}" length="50"/></a></td>
|
||||
<td>${row.queueSize}</td>
|
||||
<td>${row.consumerCount}</td>
|
||||
<td>${row.enqueueCount}</td>
|
||||
|
|
Loading…
Reference in New Issue