<%-- * Copyright (c) 2001, 2007, Oracle. All rights reserved. * * HGrid to display procedure detail in view, edit, and status pages. * * Inputs: * SimpleTreeData procedureTreeData@servletRequest * HGridProxyBean proxyBean@servletRequest * a bunch more (see oracle.sysman.pp.paf.ui.controller.ProcedureEditController.initializeRenderedAttributes()) --%> <%@ taglib uri="http://xmlns.oracle.com/uix/ui" prefix="uix" %> <%-- hGrid columns --%> <%-- Step name column --%> <%-- save the step name --%> <%-- save the GUID --%> <%-- breakpoint --%> <%-- running status --%> <%-- step type --%> <%-- step description --%> <%-- Execution Privilege --%> <%-- Execution Privilege Command --%> <%-- Error handling --%> <%-- delete icon --%> <%-- step is enabled icon --%> <%-- time and date when the step is run --%> <%-- elapsed time from start date --%> <%-- time and date when the step is completed --%> <%-- Enable a step --%> <%-- Disable a step --%> <%-- Delete a step --%> <%-- Insert a step --%> <%-- Edit a step --%> <%-- Stop a running instance --%> <%-- Pause a running instance --%> <%-- Resume a paused instance --%> <%-- Ignore a failed job --%> <%-- Retry a failed instance/job --%> <%-- Edit a procedure --%> <%-- Run a procedure --%> <%-- Cancel changes --%> <%-- Save a procedure --%> <%-- Refresh the page --%> <%-- Finish editing/viewing a procedure --%>