Compare commits

...

1 Commits

Author SHA1 Message Date
AlexandreSi
d05d211d7b Add column in build section to display project location 2022-08-02 12:14:07 +02:00

View File

@@ -272,6 +272,11 @@ const BuildSection = React.forwardRef<Props, BuildSectionInterface>(
<Trans>File name</Trans>
</Text>
</Column>
<Column expand>
<Text color="secondary">
<Trans>Location</Trans>
</Text>
</Column>
<Column expand>
<Text color="secondary">
<Trans>Last edited</Trans>
@@ -318,6 +323,11 @@ const BuildSection = React.forwardRef<Props, BuildSectionInterface>(
)}
</Line>
</Column>
<Column expand>
<Text noMargin>
{file.storageProviderName}
</Text>
</Column>
<Column expand>
{file.fileMetadata.lastModifiedDate && (
<Text noMargin>