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

constants.js « gitlab_version_check « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 259723a4e22f040d5c053f3a2b8933315fc67458 (plain)
1
2
3
4
5
6
7
8
9
import { helpPagePath } from '~/helpers/help_page_helper';

export const STATUS_TYPES = {
  SUCCESS: 'success',
  WARNING: 'warning',
  DANGER: 'danger',
};

export const UPGRADE_DOCS_URL = helpPagePath('update/index');