From: Lucas Di Pentima Date: Thu, 19 Nov 2020 19:17:59 +0000 (-0300) Subject: 13494: Adds explaining tooltip to version number link on collection panel. X-Git-Tag: 2.1.2~26^2~4 X-Git-Url: https://git.arvados.org/arvados-workbench2.git/commitdiff_plain/f85043c314604dfd42a38570dff22bd0348240b8 13494: Adds explaining tooltip to version number link on collection panel. Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima --- diff --git a/src/views/collection-panel/collection-panel.tsx b/src/views/collection-panel/collection-panel.tsx index 0a4cf3c7..57c11fb8 100644 --- a/src/views/collection-panel/collection-panel.tsx +++ b/src/views/collection-panel/collection-panel.tsx @@ -315,9 +315,9 @@ export const CollectionDetailsAttributes = (props: { item: CollectionResource, t classLabel={classes.label} classValue={classes.value} label='Version number' value={ showVersionBrowser !== undefined - ? showVersionBrowser()}> + ? showVersionBrowser()}> {item.version} - + : item.version } />