X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/96cec0234e579d3be8a1c9f3426b726537383707..e8f5f15c798460b3622dcd5dd1a1ced197ee1729:/src/views/process-panel/process-details-attributes.tsx diff --git a/src/views/process-panel/process-details-attributes.tsx b/src/views/process-panel/process-details-attributes.tsx index 226a775b..7bdf8897 100644 --- a/src/views/process-panel/process-details-attributes.tsx +++ b/src/views/process-panel/process-details-attributes.tsx @@ -77,10 +77,10 @@ export const ProcessDetailsAttributes = withStyles(styles, { withTheme: true })( } - + - @@ -119,19 +119,19 @@ export const ProcessDetailsAttributes = withStyles(styles, { withTheme: true })( uuidEnhancer={(uuid: string) => } /> } - + - + {containerRequest.outputUuid && props.navigateToOutput(containerRequest.outputUuid!)}> } {container && container.cost > 0 && - + } {containerRequest && containerRequest.cumulativeCost > 0 && subprocesses.length > 0 && - + } {containerRequest.properties.template_uuid &&