Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/ci/pipeline_editor/components/validate/ci_validate.vue')
-rw-r--r--app/assets/javascripts/ci/pipeline_editor/components/validate/ci_validate.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/assets/javascripts/ci/pipeline_editor/components/validate/ci_validate.vue b/app/assets/javascripts/ci/pipeline_editor/components/validate/ci_validate.vue
index 83fcab4b343..ba33888e2fb 100644
--- a/app/assets/javascripts/ci/pipeline_editor/components/validate/ci_validate.vue
+++ b/app/assets/javascripts/ci/pipeline_editor/components/validate/ci_validate.vue
@@ -2,7 +2,7 @@
import {
GlAlert,
GlButton,
- GlDropdown,
+ GlDisclosureDropdown,
GlIcon,
GlLoadingIcon,
GlLink,
@@ -61,7 +61,7 @@ export default {
CiLintResults,
GlAlert,
GlButton,
- GlDropdown,
+ GlDisclosureDropdown,
GlIcon,
GlLoadingIcon,
GlLink,
@@ -195,11 +195,11 @@ export default {
<div class="gl-display-flex gl-justify-content-space-between gl-mt-3">
<div>
<label>{{ $options.i18n.pipelineSource }}</label>
- <gl-dropdown
+ <gl-disclosure-dropdown
v-gl-tooltip.hover
class="gl-ml-3"
:title="$options.i18n.pipelineSourceTooltip"
- :text="$options.i18n.pipelineSourceDefault"
+ :toggle-text="$options.i18n.pipelineSourceDefault"
disabled
data-testid="pipeline-source"
/>