Modify Author field in details and change it to Service Account
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user