mirror of https://github.com/apache/activemq.git
https://issues.apache.org/jira/browse/AMQ-5775 - encode queueGraph.jsp
This commit is contained in:
parent
b8a20e9ef6
commit
eaf766b35d
|
@ -38,7 +38,7 @@ var options = {
|
|||
"padding": {left: 0, right: 0, top: 10, bottom: 30},
|
||||
"xTicks": [<c:forEach items="${requestContext.brokerQuery.queues}" var="row" varStatus="status"
|
||||
><c:if
|
||||
test="${status.count > 1}">, </c:if>{v:${status.count}, label:"${row.name}"}</c:forEach>]
|
||||
test="${status.count > 1}">, </c:if>{v:${status.count}, label:"<c:out value="${row.name}"/>"}</c:forEach>]
|
||||
};
|
||||
|
||||
function drawGraph() {
|
||||
|
|
Loading…
Reference in New Issue