mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
6ca6b1ad92
commit
2bb69966b6
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export const parseProps = props => {
|
|||
relocationType: type === 'PRIMARY_RELOCATION' ? 'Primary Relocation' : normalizeString(type),
|
||||
stage: normalizeString(stage),
|
||||
startTime: formatDateTimeLocal(startTimeInMillis),
|
||||
totalTime: formatMetric(totalTimeInMillis / 1000, '00:00:00'),
|
||||
totalTime: formatMetric(Math.floor(totalTimeInMillis / 1000), '00:00:00'),
|
||||
isCopiedFromPrimary: !isPrimary || type === 'PRIMARY_RELOCATION',
|
||||
sourceName: source.name === undefined ? 'n/a' : source.name,
|
||||
targetName: target.name,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue