mirror of https://github.com/apache/activemq.git
tidied up the web-console look and feel a bit more, adding the queue view as graph/xml to the nav bar
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@517725 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3028a2faa1
commit
8815bf8045
|
@ -94,6 +94,15 @@
|
|||
<div class="navigation">
|
||||
<div class="navigation_top">
|
||||
<div class="navigation_bottom">
|
||||
<H3>Queue Views</H3>
|
||||
|
||||
<ul class="alternate" type="square">
|
||||
|
||||
|
||||
|
||||
<li><a href="queueGraph.jsp" title="View the queue depths as a graph">Graph</a></li>
|
||||
<li><a href="xml/queues.jsp" title="View the queues as XML">XML</a></li>
|
||||
</ul>
|
||||
<H3>Useful Links</H3>
|
||||
|
||||
<ul class="alternate" type="square">
|
||||
|
|
|
@ -34,10 +34,6 @@
|
|||
|
||||
<h2>Queues</h2>
|
||||
|
||||
<p>
|
||||
<a href="queueGraph.jsp">Queue Graph</a>
|
||||
<a href="xml/queues.jsp">Queue XML</a>
|
||||
</p>
|
||||
<table id="queues" class="sortable autostripe">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue