[Mc4j-cvs] mc4j/application/dashboards/chires Chires_JDBCQueryStats.xml,1.2.2.1,1.2.2.2 Chires_Profi
Brought to you by:
ghinkl
From: Greg H. <gh...@us...> - 2006-04-12 17:40:12
|
Update of /cvsroot/mc4j/mc4j/application/dashboards/chires In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15079/application/dashboards/chires Modified Files: Tag: ems_module_separation Chires_JDBCQueryStats.xml Chires_Profiler.xml Log Message: The newer style dashboards Index: Chires_JDBCQueryStats.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/chires/Chires_JDBCQueryStats.xml,v retrieving revision 1.2.2.1 retrieving revision 1.2.2.2 diff -C2 -d -r1.2.2.1 -r1.2.2.2 *** Chires_JDBCQueryStats.xml 12 Apr 2006 17:28:33 -0000 1.2.2.1 --- Chires_JDBCQueryStats.xml 12 Apr 2006 17:40:04 -0000 1.2.2.2 *************** *** 18,26 **** <Component type="org.mc4j.chires.components.JDBCQueryTableComponent"> ! <Attribute name="beanNode" value="JDBCModel"/> <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> <Attribute name="preferredSize" value="100,100"/> --- 18,26 ---- <Component type="org.mc4j.chires.components.JDBCQueryTableComponent"> ! <Attribute name="bean" value="#JDBCModel"/> <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="'0xFFFFFF'"/> <Attribute name="preferredSize" value="100,100"/> Index: Chires_Profiler.xml =================================================================== RCS file: /cvsroot/mc4j/mc4j/application/dashboards/chires/Chires_Profiler.xml,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** Chires_Profiler.xml 12 Apr 2006 17:28:33 -0000 1.1.2.1 --- Chires_Profiler.xml 12 Apr 2006 17:40:04 -0000 1.1.2.2 *************** *** 17,25 **** <Component type="org.mc4j.chires.components.flow.ProfilerViewComponent"> ! <Attribute name="beanNode" value="FlowModel"/> <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="(Literal)0xFFFFFF"/> </Component> --- 17,25 ---- <Component type="org.mc4j.chires.components.flow.ProfilerViewComponent"> ! <Attribute name="bean" value="#FlowModel"/> <Constraint type="BorderConstraints" direction="CENTER"/> ! <Attribute name="background" value="'0xFFFFFF'"/> </Component> |