<%-- * Copyright (c) 2004, 2005, Oracle. All rights reserved. * * NAME * hostStorageHistoryVolumes.jspf * * NOTES * shows UI for volumes storage history. * * MODIFIED * ajere 06/30/05 - Implement recent chart fixes * ajere 06/20/05 - Remove barWidth hard code * rmenon 03/23/05 - * rmenon 11/15/04 - making barWidth=50 for volume as well. * 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 --%> <%@ include file="hostStorageHistoryStats.jspf" %> <%-- History Disks Chart --%> <% StorageHistoryMgmtLayerViewBean viewBean = (StorageHistoryMgmtLayerViewBean) request.getAttribute("historyMgmtLayerViewBean"); Object[] displayLabels = viewBean.getStorageUtilChartDisplayLabels(); Object[] colors = viewBean.getStorageUtilChartColors(); int columnNum = 1; for( int i=0; i < displayLabels.length; i++, columnNum++ ) { %> <%}%>