X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/36871ffc981832ac7cf5131e9ac36626c49d3a2b..7e67490b7e0808b8838a1823c90565ae162b200b:/services/workbench2/src/views/process-panel/process-io-card.tsx diff --git a/services/workbench2/src/views/process-panel/process-io-card.tsx b/services/workbench2/src/views/process-panel/process-io-card.tsx index 8c0bdf76ae..5716340edc 100644 --- a/services/workbench2/src/views/process-panel/process-io-card.tsx +++ b/services/workbench2/src/views/process-panel/process-io-card.tsx @@ -220,8 +220,8 @@ const styles: StyleRulesCallback = (theme: ArvadosTheme) => ({ }); export enum ProcessIOCardType { - INPUT = "Inputs", - OUTPUT = "Outputs", + INPUT = "Input Parameters", + OUTPUT = "Output Parameters", } export interface ProcessIOCardDataProps { process?: Process; @@ -854,7 +854,7 @@ const KeepUrlPath = withStyles(styles)(({ auth, res, pdh, classes }: KeepUrlProp className={classes.keepLink} href={keepUrlPathNav} target="_blank" - rel="noopener noreferrer" + rel="noopener" > {keepUrlPath || "/"} @@ -934,6 +934,7 @@ const fileToProcessIOValue = (file: File, secondary: boolean, auth: AuthState, p {file.location}