X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/cc9e1b294ee50dbb25d68e89538ac1a7a3643396..e01c4dd1a518a03e948fffcb5f5d3c33534cbca2:/src/views/workflow-panel/workflow-description-card.tsx diff --git a/src/views/workflow-panel/workflow-description-card.tsx b/src/views/workflow-panel/workflow-description-card.tsx index e93caea4de..df1b28112a 100644 --- a/src/views/workflow-panel/workflow-description-card.tsx +++ b/src/views/workflow-panel/workflow-description-card.tsx @@ -20,8 +20,6 @@ import { ArvadosTheme } from 'common/custom-theme'; import { WorkflowIcon } from 'components/icon/icon'; import { DataTableDefaultView } from 'components/data-table-default-view/data-table-default-view'; import { parseWorkflowDefinition, getWorkflowInputs, getInputLabel, stringifyInputType } from 'models/workflow'; -// import { WorkflowGraph } from "views/workflow-panel/workflow-graph"; - import { WorkflowDetailsCardDataProps, WorkflowDetailsAttributes } from 'views-components/details-panel/workflow-details'; export type CssRules = 'root' | 'tab' | 'inputTab' | 'graphTab' | 'graphTabWithChosenWorkflow' | 'descriptionTab' | 'inputsTable'; @@ -76,7 +74,6 @@ export const WorkflowDetailsCard = withStyles(styles)( - {/* */} {value === 0 && {workflow ?
@@ -95,14 +92,6 @@ export const WorkflowDetailsCard = withStyles(styles)( messages={['Please select a workflow to see its inputs.']} /> } } - {/* {value === 2 && - {workflow - ? - : - } - } */} {value === 2 && {workflow ?