From 147137c7bb96e7692a27c1086a26a5b92b2ff88a Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 9 Feb 2024 00:46:08 +0100 Subject: [PATCH] Allow editing all environment variables in pipeline popups (#3314) --- web/src/assets/locales/en.json | 4 +- .../layout/popups/DeployPipelinePopup.vue | 92 +++++++++++-------- .../layout/popups/ManualPipelinePopup.vue | 92 +++++++++++-------- 3 files changed, 106 insertions(+), 82 deletions(-) diff --git a/web/src/assets/locales/en.json b/web/src/assets/locales/en.json index fbb89a8b2..8fde513d9 100644 --- a/web/src/assets/locales/en.json +++ b/web/src/assets/locales/en.json @@ -38,7 +38,7 @@ "trigger": "Run pipeline", "select_branch": "Select branch", "variables": { - "add": "Add variable", + "delete": "Delete variable", "title": "Additional pipeline variables", "desc": "Specify additional variables to use in your pipeline. Variables with the same name will be overwritten.", "name": "Variable name", @@ -50,7 +50,7 @@ "enter_target": "Target deployment environment", "trigger": "Deploy", "variables": { - "add": "Add variable", + "delete": "Delete variable", "title": "Additional pipeline variables", "desc": "Specify additional variables to use in your pipeline. Variables with the same name will be overwritten.", "name": "Variable name", diff --git a/web/src/components/layout/popups/DeployPipelinePopup.vue b/web/src/components/layout/popups/DeployPipelinePopup.vue index d19301433..57b88cd9d 100644 --- a/web/src/components/layout/popups/DeployPipelinePopup.vue +++ b/web/src/components/layout/popups/DeployPipelinePopup.vue @@ -11,35 +11,29 @@ {{ $t('repo.deploy_pipeline.variables.desc') }}
-
- - -
-
-
- - -