[ARVADOS-WORKBENCH2] updated: 1.2.0-801-g1f5cb5f
Git user
git at public.curoverse.com
Tue Nov 6 03:20:20 EST 2018
Summary of changes:
src/views-components/advanced-tab-dialog/metadataTab.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 1f5cb5f90f9064034a55fe76a89bc4f76ad72335 (commit)
from b9cd512debf45e62d9b81a12b4ac64fde998c356 (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 1f5cb5f90f9064034a55fe76a89bc4f76ad72335
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date: Tue Nov 6 09:20:03 2018 +0100
properties-in-one-row
Feature #14431
Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
diff --git a/src/views-components/advanced-tab-dialog/metadataTab.tsx b/src/views-components/advanced-tab-dialog/metadataTab.tsx
index 6a2136a..24c065a 100644
--- a/src/views-components/advanced-tab-dialog/metadataTab.tsx
+++ b/src/views-components/advanced-tab-dialog/metadataTab.tsx
@@ -49,7 +49,7 @@ export const MetadataTab = withStyles(styles)((props: MetadataProps & WithStyles
<TableCell className={props.classes.cell}>{it.name}</TableCell>
<TableCell className={props.classes.cell}>{props.user.length > 0 ? `User: ${props.user[0].firstName} ${props.user[0].lastName}` : it.tailUuid}</TableCell>
<TableCell className={props.classes.cell}>{it.headUuid === props.uuid ? 'this' : it.headUuid}</TableCell>
- <TableCell className={props.classes.cell}>{JSON.stringify(it.properties, null, 2)}</TableCell>
+ <TableCell className={props.classes.cell}>{JSON.stringify(it.properties)}</TableCell>
</TableRow>
)}
</TableBody>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list