feat: show the start time with seconds of the app logs (#24267)
This commit is contained in:
parent
ea066f891f
commit
5867e6356d
20 changed files with 20 additions and 20 deletions
|
|
@ -112,7 +112,7 @@ const WorkflowAppLogList: FC<ILogs> = ({ logs, appDetail, onRefresh }) => {
|
|||
</div>
|
||||
)}
|
||||
</td>
|
||||
<td className='w-[160px] p-3 pr-2'>{formatTime(log.created_at, t('appLog.dateTimeFormat') as string)}</td>
|
||||
<td className='w-[180px] p-3 pr-2'>{formatTime(log.created_at, t('appLog.dateTimeFormat') as string)}</td>
|
||||
<td className='p-3 pr-2'>{statusTdRender(log.workflow_run.status)}</td>
|
||||
<td className='p-3 pr-2'>
|
||||
<div className={cn(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue