You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2005/12/12 05:52:36 UTC

svn commit: r356150 - /geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/dbwizard/list.jsp

Author: ammulder
Date: Sun Dec 11 20:52:33 2005
New Revision: 356150

URL: http://svn.apache.org/viewcvs?rev=356150&view=rev
Log:
By popular demand...  You can even edit the DB pools for an application.

Modified:
    geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/dbwizard/list.jsp

Modified: geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/dbwizard/list.jsp
URL: http://svn.apache.org/viewcvs/geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/dbwizard/list.jsp?rev=356150&r1=356149&r2=356150&view=diff
==============================================================================
--- geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/dbwizard/list.jsp (original)
+++ geronimo/trunk/applications/console-standard/src/webapp/WEB-INF/view/dbwizard/list.jsp Sun Dec 11 20:52:33 2005
@@ -2,8 +2,7 @@
 <%@ taglib uri="http://java.sun.com/portlet" prefix="portlet"%>
 <portlet:defineObjects/>
 
-<p>This page lists all the available database pools.  Server-wide database pools can be edited, while database
-pools deployed as part of a single application cannot (change the deployment plan in the application instead).</p>
+<p>This page lists all the available database pools.</p>
 
 <c:choose>
   <c:when test="${empty(pools)}"><p><i>There are no database pools defined</i></p></c:when>
@@ -33,7 +32,6 @@
     </td>
     <td>${pool.stateName}</td>
     <td>
-    <c:if test="${empty pool.parentName}">
          <%--<c:choose>
                <c:when test="${info.stateName eq 'running'}">
                <a href="<portlet:actionURL portletMode="view">
@@ -68,7 +66,6 @@
                  <portlet:param name="managerObjectName" value="${container.managerObjectName}" />
                  <portlet:param name="containerObjectName" value="${container.containerObjectName}" />
                </portlet:actionURL>">delete</a>--%>
-    </c:if>
     </td>
   </tr>
 </c:forEach>