[jboss-svn-commits] JBL Code SVN: r14725 - labs/jbossesb/trunk/product/tools/console/management-web/src/main/webapp.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Aug 29 07:32:38 EDT 2007


Author: tcunning
Date: 2007-08-29 07:32:37 -0400 (Wed, 29 Aug 2007)
New Revision: 14725

Modified:
   labs/jbossesb/trunk/product/tools/console/management-web/src/main/webapp/attribute.jsp
Log:
bug:JBESB-929
Fix broken links.


Modified: labs/jbossesb/trunk/product/tools/console/management-web/src/main/webapp/attribute.jsp
===================================================================
--- labs/jbossesb/trunk/product/tools/console/management-web/src/main/webapp/attribute.jsp	2007-08-29 10:34:46 UTC (rev 14724)
+++ labs/jbossesb/trunk/product/tools/console/management-web/src/main/webapp/attribute.jsp	2007-08-29 11:32:37 UTC (rev 14725)
@@ -30,7 +30,7 @@
       </tr>
       <tr>
       	<td></td>
-      	<td><a href="/management">Back to Console index</a></td>
+      	<td><a href="/jbossesb">Back to Console index</a></td>
    </table>
 <hr>
 <%
@@ -96,7 +96,7 @@
 <%
 }
 %><br>
-<form action="/management/attribute.jsp">
+<form action="/jbossesb/attribute.jsp">
 <b>Selection</b>:  Graph and list records from the last <select name="timerange">
 				<option value="5" <%=StatisticsHelper.getSelected(5, timerange)%>>5 minutes
 				<option value="60" <%=StatisticsHelper.getSelected(60, timerange)%>>1 hour
@@ -171,4 +171,4 @@
 </table>
 </center>
 </body>
-</html>
\ No newline at end of file
+</html>




More information about the jboss-svn-commits mailing list