Modify Author field in details and change it to Service Account

This commit is contained in:
ebarrios
2020-09-18 16:45:02 +02:00
parent ab4d4d2f03
commit 2eab159423
@@ -113,9 +113,11 @@ export const WorkflowRunDetails = ({ entity }: { entity: Entity }) => {
</TableRow>
<TableRow>
<TableCell>
<Typography noWrap>Author</Typography>
<Typography noWrap>Service Account</Typography>
</TableCell>
<TableCell>
{`${details.value?.projectId}`}@cloudbuild.gserviceaccount.com
</TableCell>
<TableCell>{`${details.value?.name}`}</TableCell>
</TableRow>
<TableRow>
<TableCell>