mirror of https://github.com/apache/activemq.git
fixed delete URL
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@423947 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b26b6e809a
commit
4806b2b4cb
|
@ -36,7 +36,7 @@
|
|||
<td>${row.JMSTimestamp}</td>
|
||||
<td>${row.JMSType}</td>
|
||||
<td>
|
||||
<a href="deleteDestination.action?destination=${row.JMSMessageID}">Delete</a>
|
||||
<a href="deleteDestination.action?JMSDestination=${row.JMSDestination}">Delete</a>
|
||||
</td>
|
||||
</tr>
|
||||
</jms:forEachMessage>
|
||||
|
|
Loading…
Reference in New Issue