fix(circleci): Row display for running jobs
Signed-off-by: Adam Harvey <adaharve@cisco.com>
This commit is contained in:
@@ -211,7 +211,9 @@ const generatedColumns: TableColumn[] = [
|
||||
run {relativeTimeTo(row?.startTime)}
|
||||
</Typography>
|
||||
<Typography variant="body2">
|
||||
took {durationHumanized(row?.startTime, row?.stopTime)}
|
||||
{row?.stopTime
|
||||
? `took ${durationHumanized(row?.startTime, row?.stopTime)}`
|
||||
: ''}
|
||||
</Typography>
|
||||
</>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user