<%-- * Copyright (c) 2004, 2005, Oracle. All rights reserved. * * NAME * hostStorageHistoryNFS.jspf * * NOTES * shows UI below the "NFS" 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/16/04 - * rmenon 07/12/04 - rmenon_storage_ui_history_tab * rmenon 07/08/04 - Created --%> <%@ include file="hostStorageHistoryStats.jspf" %> <%-- History NFS Chart --%> <% StorageHistoryApplicationsViewBean viewBean = (StorageHistoryApplicationsViewBean) request.getAttribute("historyApplicationsViewBean"); Object[] displayLabels = viewBean.getStorageUtilChartDisplayLabels(); Object[] colors = viewBean.getStorageUtilChartColors(); int columnNum = 1; for( int i=0; i < displayLabels.length; i++, columnNum++ ) { %> <%}%>