From 676430584d388c5c1a59eec8ab0910ded09c1995 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 23 Jun 2021 15:07:50 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- .../components/editor/ci_editor_header.vue | 38 ++++++++++++++++++++++ .../components/editor/text_editor.vue | 2 +- .../components/pipeline_editor_tabs.vue | 3 ++ .../javascripts/pipeline_editor/constants.js | 10 ++++++ 4 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 app/assets/javascripts/pipeline_editor/components/editor/ci_editor_header.vue (limited to 'app/assets/javascripts/pipeline_editor') diff --git a/app/assets/javascripts/pipeline_editor/components/editor/ci_editor_header.vue b/app/assets/javascripts/pipeline_editor/components/editor/ci_editor_header.vue new file mode 100644 index 00000000000..b4e9ab81d38 --- /dev/null +++ b/app/assets/javascripts/pipeline_editor/components/editor/ci_editor_header.vue @@ -0,0 +1,38 @@ + + + diff --git a/app/assets/javascripts/pipeline_editor/components/editor/text_editor.vue b/app/assets/javascripts/pipeline_editor/components/editor/text_editor.vue index 932f8b41b38..77ede396496 100644 --- a/app/assets/javascripts/pipeline_editor/components/editor/text_editor.vue +++ b/app/assets/javascripts/pipeline_editor/components/editor/text_editor.vue @@ -43,7 +43,7 @@ export default { };