[ARVADOS-WORKBENCH2] updated: 2.1.0-264-gebe40163

Git user git at public.arvados.org
Wed Mar 31 13:48:43 UTC 2021


Summary of changes:
 src/views-components/details-panel/project-details.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  ebe401635f60309539380f674d492a409a45d36c (commit)
      from  9555a2020771863c2e4f6b8802bd6850efb37713 (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 ebe401635f60309539380f674d492a409a45d36c
Author: Ward Vandewege <ward at curii.com>
Date:   Wed Mar 31 09:47:53 2021 -0400

    In the project/filter group details panel, change the 'Project UUID'
    label to just say 'UUID', so that it doesn't cause confusion when
    viewing a filter group.
    
    refs #17119
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/src/views-components/details-panel/project-details.tsx b/src/views-components/details-panel/project-details.tsx
index 3c2bc099..3feb4a7e 100644
--- a/src/views-components/details-panel/project-details.tsx
+++ b/src/views-components/details-panel/project-details.tsx
@@ -68,7 +68,7 @@ const ProjectDetailsComponent = connect(null, mapDispatchToProps)(
                 uuidEnhancer={(uuid: string) => <ResourceOwnerWithName uuid={uuid} />} />
             <DetailsAttribute label='Last modified' value={formatDate(project.modifiedAt)} />
             <DetailsAttribute label='Created at' value={formatDate(project.createdAt)} />
-            <DetailsAttribute label='Project UUID' linkToUuid={project.uuid} value={project.uuid} />
+            <DetailsAttribute label='UUID' linkToUuid={project.uuid} value={project.uuid} />
             <DetailsAttribute label='Description'>
                 {project.description ?
                     <RichTextEditorLink

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list