From e8f5f15c798460b3622dcd5dd1a1ced197ee1729 Mon Sep 17 00:00:00 2001 From: Stephen Smith Date: Mon, 31 Oct 2022 18:40:29 -0400 Subject: [PATCH] 19319: Lowercase non-first words in process details attribute labels Arvados-DCO-1.1-Signed-off-by: Stephen Smith --- .../process-panel/process-details-attributes.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 && -- 2.30.2