mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +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'
|
||||
)}`,
|
||||
id: item.id,
|
||||
errorInf:
|
||||
item.status === ExportJobStatus.ERROR
|
||||
? item.status_text
|
||||
: null,
|
||||
errorInf: item.status_text
|
||||
? item.status_text
|
||||
: null,
|
||||
},
|
||||
timeStamp: new Date(item.start_time).getTime(),
|
||||
timeDiff: 'OPERATION.SECOND_AGO',
|
||||
|
Loading…
Reference in New Issue
Block a user