Changeset 539
- Timestamp:
- 02/19/11 18:25:12 (2 years ago)
- Location:
- raptor-web/trunk/src/main/webapp/WEB-INF
- Files:
-
- 2 edited
-
config/web-setup.xml (modified) (1 diff)
-
flows/reports/graphicalReports.xhtml (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
raptor-web/trunk/src/main/webapp/WEB-INF/config/web-setup.xml
r534 r539 75 75 <property name="triggers"> 76 76 <list> 77 < ref local="SystemStatsQuickTrigger"/>77 <!-- <ref local="SystemStatsQuickTrigger"/> --> 78 78 </list> 79 79 </property> -
raptor-web/trunk/src/main/webapp/WEB-INF/flows/reports/graphicalReports.xhtml
r534 r539 85 85 <h:panelGrid columns="2" width="50%"> 86 86 87 <h:outputText value=" MethodName:" style="font-weight: bold;" />87 <h:outputText value="Statistic Name:" style="font-weight: bold;" /> 88 88 <h:outputText 89 value="#{flowScope.websession.graphmodel.selectedStatisticalUnit.statisticalUnitInformation.statisticParameters. methodName}" />89 value="#{flowScope.websession.graphmodel.selectedStatisticalUnit.statisticalUnitInformation.statisticParameters.unitName}" /> 90 90 91 91 92 92 <h:outputText value="Start Time:" style="font-weight: bold;" /> 93 <rich:calendar id="startTimeDate" showApplyButton="true" 94 datePattern="dd/MM/yyyy HH:mm" 93 94 <rich:calendar id="startTimeDate" showApplyButton="true" style="width:100%;" 95 datePattern="dd/MM/yyyy HH:mm" cellWidth="10px" cellHeight="10px" 95 96 value="#{flowScope.websession.graphmodel.selectedStatisticalUnit.statisticalUnitInformation.statisticParameters.startTimeAsJavaDate}"> 96 97 </rich:calendar> 98 97 99 98 100 … … 108 110 value="#{flowScope.websession.graphmodel.selectedStatisticalUnit.statisticalUnitInformation.statisticParameters.methodParams}" 109 111 var="parameter" width="95%" labelWidth="5%" 110 style="border-style: hidden;"> 112 style="width:100%;"> 113 <f:facet name="header"> 114 <h:outputText value="Parameters"/> 115 </f:facet> 116 <rich:column inlineStyle="border-style: hidden;"> 117 <h:outputText value="#{parameter.parameterType}"> 118 </h:outputText> 119 </rich:column> 111 120 <rich:column inlineStyle="border-style: hidden;"> 112 121 <h:inputText value="#{parameter.parameter}"> … … 117 126 118 127 <h:outputText value="Graph Title:" style="font-weight: bold;" /> 119 <h:inputText 128 <h:inputText style="width:100%;" 120 129 value="#{flowScope.websession.graphmodel.selectedStatisticalUnit.statisticalUnitInformation.statisticParameters.presentation.graphTitle}" /> 121 130 122 131 <h:outputText value="Preprocessors:" 123 132 style="font-weight: bold; width:100%" /> 124 <h:inputText 133 <h:inputText style="width:100%;" 125 134 value="#{flowScope.websession.graphmodel.selectedStatisticalUnit.statisticalUnitInformation.preProcessorsAsString}" /> 126 135 … … 128 137 <h:outputText value="Postprocessors:" 129 138 style="font-weight: bold;" /> 130 <h:inputText 139 <h:inputText style="width:100%;" 131 140 value="#{flowScope.websession.graphmodel.selectedStatisticalUnit.statisticalUnitInformation.postProcessorsAsString}" /> 132 141
Note: See TracChangeset
for help on using the changeset viewer.
