From b1bfd0540fc3c0c98b33fa6a58a8518da3147889 Mon Sep 17 00:00:00 2001 From: dengqichen Date: Mon, 30 Dec 2024 13:29:37 +0800 Subject: [PATCH] 1 --- .../pages/Deploy/JenkinsManager/List/index.tsx | 16 ++++++++-------- .../pages/Deploy/JenkinsManager/List/types.ts | 3 +++ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/frontend/src/pages/Deploy/JenkinsManager/List/index.tsx b/frontend/src/pages/Deploy/JenkinsManager/List/index.tsx index 623c6040..3381d48b 100644 --- a/frontend/src/pages/Deploy/JenkinsManager/List/index.tsx +++ b/frontend/src/pages/Deploy/JenkinsManager/List/index.tsx @@ -133,7 +133,7 @@ const JenkinsManagerList: React.FC = () => { } }, [currentJenkinsId]); - const formatTime = (time: string | null) => { + const formatTime = (time: string | null | undefined) => { if (!time) return 'Never'; return time; }; @@ -154,7 +154,7 @@ const JenkinsManagerList: React.FC = () => { return (
-

Jenkins Management

+

Jenkins 三方管理