From: Stephen Smith Date: Mon, 31 Oct 2022 22:40:29 +0000 (-0400) Subject: 19319: Lowercase non-first words in process details attribute labels X-Git-Tag: 2.5.0~26^2 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/e8f5f15c798460b3622dcd5dd1a1ced197ee1729 19319: Lowercase non-first words in process details attribute labels Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- 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 &&