Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\storage\host\hostStorageHistoryDatabases.jspf
<%-- * Copyright (c) 2004, 2005, Oracle. All rights reserved. * * NAME * hostStorageHistoryDatabases.jspf * * NOTES * shows UI below the "Databases" page property in the * host storage history page. * * MODIFIED * ajere 06/30/05 - Implement recent chart fixes * ajere 06/20/05 - Remove barWidth hard code * rmenon 03/23/05 - * rmenon 12/23/04 - * rmenon 11/11/04 - * rmenon 10/09/04 - history code consolidation * djoly 10/04/04 - Fix relative paths for includes in same directory * rmenon 08/16/04 - * rmenon 07/12/04 - rmenon_storage_ui_history_tab * rmenon 07/07/04 - Created --%> <uix:stackLayout> <uix:tableLayout cellPadding="0" width="90%"> <uix:rowLayout> <uix:cellFormat width="40%" hAlign="left" vAlign="top" > <uix:header textBinding="historyStatsHeader@headers@historyViewBean@servletRequest"> <%@ include file="hostStorageHistoryStats.jspf" %> </uix:header> </uix:cellFormat> <uix:cellFormat width="60%" hAlign="right" vAlign="bottom" > <%-- History Databases Chart --%> <oem:chart titleBinding="historyUtilHeader@headers@historyViewBean@servletRequest" chartType="timeSeriesBarChart" width="500" height="190" stacked="true" shadowEffect="3d" yAxisLabelBinding="storageLabel@headers@historyApplicationsViewBean@servletRequest" xAxisMinBinding="minTimeSeriesDate@historyApplicationsViewBean@servletRequest" xAxisMaxBinding="maxTimeSeriesDate@historyApplicationsViewBean@servletRequest" orientation="vertical" timeLabelAlignment="wholeXAxis" minTimeDimension="DAY" legendPosition="south"> <uix:contents> <oem:boundChartDataSource chartDataSourceBinding="storageUtilChartData@historyApplicationsViewBean@servletRequest" /> <oem:imageMap imageMapItemsBinding="storageChartImageMap@historyApplicationsViewBean@servletRequest" /> <oem:chartColumn isTimeColumn="true" displayLabel="Time" sourceIndex="0" /> <% StorageHistoryApplicationsViewBean viewBean = (StorageHistoryApplicationsViewBean) request.getAttribute("historyApplicationsViewBean"); Object[] displayLabels = viewBean.getStorageUtilChartDisplayLabels(); Object[] colors = viewBean.getStorageUtilChartColors(); int columnNum = 1; for( int i=0; i < displayLabels.length; i++, columnNum++ ) { %> <oem:chartColumn displayLabel="<%=displayLabels[i]%>" sourceIndex="<%=columnNum%>" itemColor="<%=colors[i]%>" /> <%}%> </uix:contents> </oem:chart> </uix:cellFormat> </uix:rowLayout> </uix:tableLayout> </uix:stackLayout>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de