Edit D:\app\Administrator\product\11.2.0\dbhome_1\j2ee\OC4J_EM\applications\em\em\storage\host\hostStorageHistoryDisks.jspf
<%-- * Copyright (c) 2004, 2005, Oracle. All rights reserved. * * NAME * hostStorageHistoryDisks.jspf * * NOTES * shows UI below the "Disks" 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 11/11/04 - * rmenon 10/09/04 - history code consolidation * djoly 10/04/04 - Fix relative paths for includes in same directory * rmenon 08/17/04 - rmenon_storage_refresh_errors_history_checkin * rmenon 08/12/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 Disks Chart --%> <oem:chart titleBinding="historyUtilHeader@headers@historyViewBean@servletRequest" chartType="timeSeriesBarChart" width="500" height="190" stacked="true" shadowEffect="3d" xAxisMinBinding="minTimeSeriesDate@historyDisksViewBean@servletRequest" xAxisMaxBinding="maxTimeSeriesDate@historyDisksViewBean@servletRequest" yAxisLabelBinding="storageLabel@headers@historyDisksViewBean@servletRequest" orientation="vertical" timeLabelAlignment="wholeXAxis" minTimeDimension="DAY" legendPosition="south"> <uix:contents> <oem:boundChartDataSource chartDataSourceBinding="storageUtilChartData@historyDisksViewBean@servletRequest" /> <oem:imageMap imageMapItemsBinding="storageChartImageMap@historyDisksViewBean@servletRequest" /> <oem:chartColumn isTimeColumn="true" displayLabel="Time" sourceIndex="0" /> <% StorageHistoryDisksViewBean viewBean = (StorageHistoryDisksViewBean) request.getAttribute("historyDisksViewBean"); 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