From a7b3560714b4d9cc4ab32dffcd1f74a284b93580 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Fri, 18 Feb 2022 09:45:46 +0000 Subject: Add latest changes from gitlab-org/gitlab@14-8-stable-ee --- app/assets/javascripts/pipelines/constants.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app/assets/javascripts/pipelines/constants.js') diff --git a/app/assets/javascripts/pipelines/constants.js b/app/assets/javascripts/pipelines/constants.js index 410fc7b82cd..36f708ff2af 100644 --- a/app/assets/javascripts/pipelines/constants.js +++ b/app/assets/javascripts/pipelines/constants.js @@ -10,6 +10,12 @@ export const SCHEDULE_ORIGIN = 'schedule'; export const NEEDS_PROPERTY = 'needs'; export const EXPLICIT_NEEDS_PROPERTY = 'previousStageJobsOrNeeds'; +export const ICONS = { + TAG: 'tag', + MR: 'git-merge', + BRANCH: 'branch', +}; + export const TestStatus = { FAILED: 'failed', SKIPPED: 'skipped', @@ -53,3 +59,6 @@ export const PipelineKeyOptions = [ ]; export const TOAST_MESSAGE = s__('Pipeline|Creating pipeline.'); + +export const BUTTON_TOOLTIP_RETRY = __('Retry failed jobs'); +export const BUTTON_TOOLTIP_CANCEL = __('Cancel'); -- cgit v1.2.1