feat: show the start time with seconds of the app logs (#24267)

This commit is contained in:
skayliu
2025-08-21 14:41:15 +08:00
committed by GitHub
parent ea066f891f
commit 5867e6356d
20 changed files with 20 additions and 20 deletions

View File

@@ -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(