<%-- * 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 12/01/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/10/04 - * rmenon 07/12/04 - rmenon_storage_ui_history_tab * rmenon 06/30/04 - Created --%> <% %> <%@ include file="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++ ) { %> <%}%>