[Ejtools-cvs] CVS: applications/jmx.browser/src/webapp/content detail.jsp,1.3,1.4
Brought to you by:
letiemble
From: Laurent E. <let...@us...> - 2002-05-17 20:37:44
|
Update of /cvsroot/ejtools/applications/jmx.browser/src/webapp/content In directory usw-pr-cvs1:/tmp/cvs-serv7702/jmx.browser/src/webapp/content Modified Files: detail.jsp Log Message: Remove filter on field values Index: detail.jsp =================================================================== RCS file: /cvsroot/ejtools/applications/jmx.browser/src/webapp/content/detail.jsp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** detail.jsp 17 May 2002 07:27:55 -0000 1.3 --- detail.jsp 17 May 2002 20:37:41 -0000 1.4 *************** *** 6,12 **** <html> <head> - <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/> - <meta name="GENERATOR" content="Microsoft FrontPage 4.0"/> - <meta name="ProgId" content="FrontPage.Editor.Document"/> <title>MBean View of <bean:write name="detail" property="name"/> </title> --- 6,9 ---- *************** *** 138,143 **** <bean:write name="parameter" property="name"/> <jsp:text></a> (</jsp:text> ! <app:mbeanParameterClass name="parameter"/> ! <jsp:text>)<br/></jsp:text> </logic:iterate> </td> --- 135,141 ---- <bean:write name="parameter" property="name"/> <jsp:text></a> (</jsp:text> ! <app:mbeanParameterClass name="parameter"/> ! <jsp:text>)</jsp:text> ! <jsp:text><br/></jsp:text> </logic:iterate> </td> *************** *** 188,193 **** <td class="attributeValue" valign="top" align="left"> <logic:iterate name="notification" property="notifTypes" id="notif" type="java.lang.String"> ! <bean:write name="notif"/> ! <br/> </logic:iterate> </td> --- 186,191 ---- <td class="attributeValue" valign="top" align="left"> <logic:iterate name="notification" property="notifTypes" id="notif" type="java.lang.String"> ! <bean:write name="notif" filter="false"/> ! <jsp:text><br/></jsp:text> </logic:iterate> </td> *************** *** 247,257 **** </td> <td class="attributeValue" valign="top" align="left"> ! <app:mbeanAttributeClass name="attribute"/> </td> <td class="attributeValue" valign="top" align="center"> ! <app:mbeanAttributeAccess name="attribute"/> </td> <td class="attributeValue" valign="top" align="left"> ! <app:mbeanAttributeEditor name="detail" property="attribute"/> </td> </tr> --- 245,255 ---- </td> <td class="attributeValue" valign="top" align="left"> ! <app:mbeanAttributeClass name="attribute" filter="false"/> </td> <td class="attributeValue" valign="top" align="center"> ! <app:mbeanAttributeAccess name="attribute" filter="false"/> </td> <td class="attributeValue" valign="top" align="left"> ! <app:mbeanAttributeEditor name="detail" property="attribute" filter="false"/> </td> </tr> |