From 6b1e9c6b4c6a6594166ebeac176b5805211e5594 Mon Sep 17 00:00:00 2001 From: dengqichen Date: Mon, 20 Jan 2025 14:03:13 +0800 Subject: [PATCH] 1 --- .../List/components/DeploymentConfigModal.tsx | 372 +++++++++--------- 1 file changed, 187 insertions(+), 185 deletions(-) diff --git a/frontend/src/pages/Deploy/Deployment/List/components/DeploymentConfigModal.tsx b/frontend/src/pages/Deploy/Deployment/List/components/DeploymentConfigModal.tsx index 81640c09..c4e60c77 100644 --- a/frontend/src/pages/Deploy/Deployment/List/components/DeploymentConfigModal.tsx +++ b/frontend/src/pages/Deploy/Deployment/List/components/DeploymentConfigModal.tsx @@ -138,199 +138,201 @@ const DeploymentConfigModal: React.FC = ({open, onCa return ( !open && onCancel()}> - - + + 部署配置
- -
-
- ( - - 应用选择 - - - - )} - /> - ( - - 三方系统 - - - - )} - /> -
- - - -
- ( - - Jenkins视图选择 - - - - )} - /> - ( - - Jenkins任务选择 - - - - )} - /> -
- - - -
-
- 环境变量 - -
- -
- {fields.map((field, index) => ( -
- ( - - - - - - - )} - /> - ( - - - - - - - )} - /> -
- + +
+ {fields.map((field, index) => ( +
+ ( + + + + + + + )} + /> + ( + + + + + + + )} + /> + +
+ ))} +
+
+
-
+ + + + +
- - - -
);