<%-- /* $Header: systemBasedMetric.jsp 14-jun-2005.08:55:45 andyao Exp $ */ /* Copyright (c) 2004, 2005, Oracle. All rights reserved. */ /* DESCRIPTION PRIVATE CLASSES NOTES MODIFIED (MM/DD/YY) andyao 06/13/05 - add table summary andyao 04/13/05 - use display value for read only data andyao 03/01/05 - cut over to the new metrics selector andyao 02/25/05 - fix bug 4171049 andyao 02/10/05 - add required asterisk andyao 01/23/05 - single object selection andyao 01/07/05 - remove html comment andyao 01/05/05 - add row banding andyao 12/22/04 - fix layout andyao 12/07/04 - fix key selector andyao 12/03/04 - remove error.jspf andyao 09/20/04 - fix formats andyao 09/19/04 - add partial event andyao 09/09/04 - revisiting services code andyao 08/24/04 - andyao_services andyao 08/01/04 - Creation */ /** * @version $Header: systemBasedMetric.jsp 14-jun-2005.08:55:45 andyao Exp $ * @author andyao * @since release specific (what release of product did this appear in) */ --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%@ taglib uri="http://xmlns.oracle.com/oem/jsp/tag" prefix="oem" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.PageViewBean" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.MetricSourcePageViewBean" %> <%@ page import="oracle.sysman.eml.gensvc.admin.data.ui.SystemBasedMetricPageViewBean" %> <%@ page import="oracle.cabo.ui.UIConstants" %> <%-- system name --%> <%-- the target types drop down --%> <%-- the target type display name --%> <%-- the metric drop down --%> <%-- the metric value --%> <%-- radio button choice to choose one component --%> <%-- a list of all system components --%> <%-- radio button choice to choose multiple components --%> <%-- aggregation function --%> <%-- the components table --%> <%@ include file="/oemNoscript.jspf" %>