<%-- * 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 - hard coded bar width to get rid of thin bars. * rmenon 10/09/04 - rmenon_storage_group_ui_and_sql_code_refactor * rmenon 10/05/04 - * rmenon 08/17/04 - rmenon_storage_refresh_errors_history_checkin * rmenon 08/12/04 - Created --%> <%@ include file="../host/hostStorageHistoryStats.jspf" %> <%-- History Disks Chart --%> <% 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++ ) { %> <%}%>