Changeset 539


Ignore:
Timestamp:
02/19/11 18:25:12 (2 years ago)
Author:
philsmart
Message:
 
Location:
raptor-web/trunk/src/main/webapp/WEB-INF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • raptor-web/trunk/src/main/webapp/WEB-INF/config/web-setup.xml

    r534 r539  
    7575                <property name="triggers"> 
    7676                        <list> 
    77                          <ref local="SystemStatsQuickTrigger"/> 
     77                         <!-- <ref local="SystemStatsQuickTrigger"/> --> 
    7878                        </list> 
    7979                </property> 
  • raptor-web/trunk/src/main/webapp/WEB-INF/flows/reports/graphicalReports.xhtml

    r534 r539  
    8585                                                                        <h:panelGrid columns="2" width="50%"> 
    8686 
    87                                                                                 <h:outputText value="Method Name:" style="font-weight: bold;" /> 
     87                                                                                <h:outputText value="Statistic Name:" style="font-weight: bold;" /> 
    8888                                                                                <h:outputText 
    89                                                                                         value="#{flowScope.websession.graphmodel.selectedStatisticalUnit.statisticalUnitInformation.statisticParameters.methodName}" /> 
     89                                                                                        value="#{flowScope.websession.graphmodel.selectedStatisticalUnit.statisticalUnitInformation.statisticParameters.unitName}" /> 
    9090 
    9191 
    9292                                                                                <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" 
    9596                                                                                        value="#{flowScope.websession.graphmodel.selectedStatisticalUnit.statisticalUnitInformation.statisticParameters.startTimeAsJavaDate}"> 
    9697                                                                                </rich:calendar> 
     98                                                                                 
    9799 
    98100 
     
    108110                                                                                        value="#{flowScope.websession.graphmodel.selectedStatisticalUnit.statisticalUnitInformation.statisticParameters.methodParams}" 
    109111                                                                                        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> 
    111120                                                                                        <rich:column inlineStyle="border-style: hidden;"> 
    112121                                                                                                <h:inputText value="#{parameter.parameter}"> 
     
    117126 
    118127                                                                                <h:outputText value="Graph Title:" style="font-weight: bold;" /> 
    119                                                                                 <h:inputText 
     128                                                                                <h:inputText style="width:100%;" 
    120129                                                                                        value="#{flowScope.websession.graphmodel.selectedStatisticalUnit.statisticalUnitInformation.statisticParameters.presentation.graphTitle}" /> 
    121130 
    122131                                                                                <h:outputText value="Preprocessors:" 
    123132                                                                                        style="font-weight: bold; width:100%" /> 
    124                                                                                 <h:inputText 
     133                                                                                <h:inputText style="width:100%;" 
    125134                                                                                        value="#{flowScope.websession.graphmodel.selectedStatisticalUnit.statisticalUnitInformation.preProcessorsAsString}" /> 
    126135 
     
    128137                                                                                <h:outputText value="Postprocessors:" 
    129138                                                                                        style="font-weight: bold;" /> 
    130                                                                                 <h:inputText 
     139                                                                                <h:inputText style="width:100%;" 
    131140                                                                                        value="#{flowScope.websession.graphmodel.selectedStatisticalUnit.statisticalUnitInformation.postProcessorsAsString}" /> 
    132141 
Note: See TracChangeset for help on using the changeset viewer.