[ARVADOS-WORKBENCH2] updated: 2.1.0-100-gf85043c3
    Git user 
    git at public.arvados.org
       
    Thu Nov 19 19:18:38 UTC 2020
    
    
  
Summary of changes:
 src/views/collection-panel/collection-panel.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
       via  f85043c314604dfd42a38570dff22bd0348240b8 (commit)
      from  0ccb88b9580a664bb55f081f92bc090ec6f41d66 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f85043c314604dfd42a38570dff22bd0348240b8
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Thu Nov 19 16:17:59 2020 -0300
    13494: Adds explaining tooltip to version number link on collection panel.
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
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
-                    ? <ButtonLink underline='none' className={classes.button} onClick={() => showVersionBrowser()}>
+                    ? <Tooltip title="Open version browser"><ButtonLink underline='none' className={classes.button} onClick={() => showVersionBrowser()}>
                         {item.version}
-                    </ButtonLink>
+                    </ButtonLink></Tooltip>
                     : item.version
                 }
             />
-----------------------------------------------------------------------
hooks/post-receive
-- 
    
    
More information about the arvados-commits
mailing list