X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/3c3d3d40033879249cd8e8f483f30cfa565d31bd..8c5147b7367e994e897357766a85e9b7b8e28f24:/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 e93caea4..f25a8e64 100644 --- a/src/views/workflow-panel/workflow-description-card.tsx +++ b/src/views/workflow-panel/workflow-description-card.tsx @@ -20,9 +20,11 @@ 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'; +import { WorkflowResource, parseWorkflowDefinition, getWorkflowInputs, getInputLabel, stringifyInputType } from 'models/workflow'; +import { DetailsAttribute } from 'components/details-attribute/details-attribute'; +import { ResourceOwnerWithName } from 'views-components/data-explorer/renderers'; +import { formatDate } from "common/formatters"; export type CssRules = 'root' | 'tab' | 'inputTab' | 'graphTab' | 'graphTabWithChosenWorkflow' | 'descriptionTab' | 'inputsTable'; @@ -76,7 +78,6 @@ export const WorkflowDetailsCard = withStyles(styles)( - {/* */} {value === 0 && {workflow ?
@@ -95,14 +96,6 @@ export const WorkflowDetailsCard = withStyles(styles)( messages={['Please select a workflow to see its inputs.']} /> } } - {/* {value === 2 && - {workflow - ? - : - } - } */} {value === 2 && {workflow ?