mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-16 20:01:35 +01:00
Update cve export UI (#17814)
Signed-off-by: AllForNothing <sshijun@vmware.com> Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
parent
57aff88eb5
commit
cbfffce413
@ -287,10 +287,9 @@ export class OperationComponent implements OnInit, OnDestroy {
|
|||||||
'yyyyMMddHHmmss'
|
'yyyyMMddHHmmss'
|
||||||
)}`,
|
)}`,
|
||||||
id: item.id,
|
id: item.id,
|
||||||
errorInf:
|
errorInf: item.status_text
|
||||||
item.status === ExportJobStatus.ERROR
|
? item.status_text
|
||||||
? item.status_text
|
: null,
|
||||||
: null,
|
|
||||||
},
|
},
|
||||||
timeStamp: new Date(item.start_time).getTime(),
|
timeStamp: new Date(item.start_time).getTime(),
|
||||||
timeDiff: 'OPERATION.SECOND_AGO',
|
timeDiff: 'OPERATION.SECOND_AGO',
|
||||||
|
Loading…
Reference in New Issue
Block a user