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: 43759c79b5bac66e45699e2a11c37180876796c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
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');

export const ABOUT_RELEASES_PAGE = 'https://about.gitlab.com/releases/categories/releases/';