17119: list the group class on the project details screen.
authorWard Vandewege <ward@curii.com>
Thu, 11 Mar 2021 21:46:13 +0000 (16:46 -0500)
committerWard Vandewege <ward@curii.com>
Thu, 11 Mar 2021 21:46:13 +0000 (16:46 -0500)
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

src/views-components/details-panel/project-details.tsx

index 61797373b69a51ddb8dcd8039cf5180610ed5749..4a615506ea35f0cf717f9fdbc22248735833c085 100644 (file)
@@ -60,6 +60,7 @@ const ProjectDetailsComponent = connect(null, mapDispatchToProps)(
     withStyles(styles)(
         ({ classes, project, onClick }: ProjectDetailsComponentProps) => <div>
             <DetailsAttribute label='Type' value={resourceLabel(ResourceKind.PROJECT)} />
+            <DetailsAttribute label='Group class' value={project.groupClass} />
             <DetailsAttribute label='Owner' linkToUuid={project.ownerUuid}
                 uuidEnhancer={(uuid: string) => <ResourceOwnerWithName uuid={uuid} />} />
             <DetailsAttribute label='Last modified' value={formatDate(project.modifiedAt)} />