<%-- * Copyright (c) 2004, 2005, Oracle. All rights reserved. * * NAME * hostStorageHistorySummary.jspf * * NOTES * shows UI below the "Summary" 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 01/03/05 - build fix * 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/10/04 - * rmenon 07/12/04 - rmenon_storage_ui_history_tab * rmenon 06/30/04 - Created --%> <% %> <%@ include file="../host/hostStorageHistoryStats.jspf" %> <%-- History Summary Chart --%> <% StorageHistorySummaryViewBean viewBean = (StorageHistorySummaryViewBean) request.getAttribute("historySummaryViewBean"); Object[] displayLabels = viewBean.getStorageUtilChartDisplayLabels(); Object[] colors = viewBean.getStorageUtilChartColors(); int columnNum = 1; for( int i=0; i < displayLabels.length; i++, columnNum++ ) { %> <%}%>