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

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Jan 22 16:26:56 EST 2008


Author: tcunning
Date: 2008-01-22 16:26:55 -0500 (Tue, 22 Jan 2008)
New Revision: 18042

Modified:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/tools/console/management-web/src/main/webapp/attribute.jsp
Log:
bug:JBESB-1506
Change "Back to Console" link so that it goes to /jbossesb/index.jsp, which
will work behind SOA-p authorization also.


Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/tools/console/management-web/src/main/webapp/attribute.jsp
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/tools/console/management-web/src/main/webapp/attribute.jsp	2008-01-22 21:20:12 UTC (rev 18041)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/tools/console/management-web/src/main/webapp/attribute.jsp	2008-01-22 21:26:55 UTC (rev 18042)
@@ -40,7 +40,7 @@
 	<table cellpadding="5">
       <tr>
       	<td><a href="/jbossesb/operations.jsp">Management</a></td>
-      	<td><a href="/jbossesb">Back to Console index</a></td>
+      	<td><a href="/jbossesb/index.jsp">Back to Console index</a></td>
    </table>
 <hr>
 <%




More information about the jboss-svn-commits mailing list