You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2007/03/13 16:18:18 UTC

svn commit: r517725 - in /activemq/trunk/activemq-web-console/src/main/webapp: decorators/main.jsp queues.jsp

Author: jstrachan
Date: Tue Mar 13 08:18:18 2007
New Revision: 517725

URL: http://svn.apache.org/viewvc?view=rev&rev=517725
Log:
tidied up the web-console look and feel a bit more, adding the queue view as graph/xml to the nav bar

Modified:
    activemq/trunk/activemq-web-console/src/main/webapp/decorators/main.jsp
    activemq/trunk/activemq-web-console/src/main/webapp/queues.jsp

Modified: activemq/trunk/activemq-web-console/src/main/webapp/decorators/main.jsp
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/src/main/webapp/decorators/main.jsp?view=diff&rev=517725&r1=517724&r2=517725
==============================================================================
--- activemq/trunk/activemq-web-console/src/main/webapp/decorators/main.jsp (original)
+++ activemq/trunk/activemq-web-console/src/main/webapp/decorators/main.jsp Tue Mar 13 08:18:18 2007
@@ -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">

Modified: activemq/trunk/activemq-web-console/src/main/webapp/queues.jsp
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/src/main/webapp/queues.jsp?view=diff&rev=517725&r1=517724&r2=517725
==============================================================================
--- activemq/trunk/activemq-web-console/src/main/webapp/queues.jsp (original)
+++ activemq/trunk/activemq-web-console/src/main/webapp/queues.jsp Tue Mar 13 08:18:18 2007
@@ -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>