X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/28b6afc1e8ccf652c7a8fd43e22a8ac788febd85..46df22355e3fd9db4ae7616156da607b44f350df:/services/workbench2/src/components/details-attribute/details-attribute.tsx diff --git a/services/workbench2/src/components/details-attribute/details-attribute.tsx b/services/workbench2/src/components/details-attribute/details-attribute.tsx index 92d31b0b8e..31416259bf 100644 --- a/services/workbench2/src/components/details-attribute/details-attribute.tsx +++ b/services/workbench2/src/components/details-attribute/details-attribute.tsx @@ -86,7 +86,7 @@ export const DetailsAttribute = connect(mapStateToProps)(withStyles(styles)( render() { const { uuidEnhancer, link, value, classes, linkToUuid, - localCluster, remoteHostsConfig, sessions } = this.props; + localCluster, remoteHostsConfig, sessions, label } = this.props; let valueNode: React.ReactNode; if (linkToUuid) { @@ -115,7 +115,7 @@ interface DetailsAttributeComponentProps { export const DetailsAttributeComponent = withStyles(styles)( (props: DetailsAttributeDataProps & WithStyles & DetailsAttributeComponentProps) => - + {props.label}