From 5867e6356dcd2dc070925dc30bdfc256002c7cb6 Mon Sep 17 00:00:00 2001 From: skayliu Date: Thu, 21 Aug 2025 14:41:15 +0800 Subject: [PATCH] feat: show the start time with seconds of the app logs (#24267) --- web/app/components/app/workflow-log/list.tsx | 2 +- web/i18n/de-DE/app-log.ts | 2 +- web/i18n/en-US/app-log.ts | 2 +- web/i18n/es-ES/app-log.ts | 2 +- web/i18n/fa-IR/app-log.ts | 2 +- web/i18n/fr-FR/app-log.ts | 2 +- web/i18n/hi-IN/app-log.ts | 2 +- web/i18n/it-IT/app-log.ts | 2 +- web/i18n/ja-JP/app-log.ts | 2 +- web/i18n/ko-KR/app-log.ts | 2 +- web/i18n/pl-PL/app-log.ts | 2 +- web/i18n/pt-BR/app-log.ts | 2 +- web/i18n/ro-RO/app-log.ts | 2 +- web/i18n/ru-RU/app-log.ts | 2 +- web/i18n/sl-SI/app-log.ts | 2 +- web/i18n/th-TH/app-log.ts | 2 +- web/i18n/uk-UA/app-log.ts | 2 +- web/i18n/vi-VN/app-log.ts | 2 +- web/i18n/zh-Hans/app-log.ts | 2 +- web/i18n/zh-Hant/app-log.ts | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/web/app/components/app/workflow-log/list.tsx b/web/app/components/app/workflow-log/list.tsx index b01c049d5..395df5da2 100644 --- a/web/app/components/app/workflow-log/list.tsx +++ b/web/app/components/app/workflow-log/list.tsx @@ -112,7 +112,7 @@ const WorkflowAppLogList: FC = ({ logs, appDetail, onRefresh }) => { )} - {formatTime(log.created_at, t('appLog.dateTimeFormat') as string)} + {formatTime(log.created_at, t('appLog.dateTimeFormat') as string)} {statusTdRender(log.workflow_run.status)}