X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/eda7767bc88b7a2a3dc582af47417937ff4de38a..25dc48d4655faf7a6eebdb717e225b77d8ff5c3f:/src/views/collection-panel/collection-panel.tsx diff --git a/src/views/collection-panel/collection-panel.tsx b/src/views/collection-panel/collection-panel.tsx index 685bb78bda..81bd1ebc15 100644 --- a/src/views/collection-panel/collection-panel.tsx +++ b/src/views/collection-panel/collection-panel.tsx @@ -32,6 +32,7 @@ import { getProgressIndicator } from '~/store/progress-indicator/progress-indica import { COLLECTION_PANEL_LOAD_FILES, loadCollectionFiles, COLLECTION_PANEL_LOAD_FILES_THRESHOLD } from '~/store/collection-panel/collection-panel-files/collection-panel-files-actions'; import { Link } from 'react-router-dom'; import { Link as ButtonLink } from '@material-ui/core'; +import { ResourceOwnerWithName, ResponsiblePerson } from '~/views-components/data-explorer/renderers'; type CssRules = 'root' | 'button' @@ -284,6 +285,7 @@ export const CollectionDetailsAttributes = (props: { item: CollectionResource, t const isOldVersion = item && item.currentVersionUuid !== item.uuid; const mdSize = props.twoCol ? 6 : 12; const showVersionBrowser = props.showVersionBrowser; + const responsiblePersonRef = React.useRef(null); return + label='Owner' linkToUuid={item.ownerUuid} + uuidEnhancer={(uuid: string) => } /> +
+ + } /> + +
showVersionBrowser()}> {{item.version}}