debian-mirror-gitlab/app/assets/javascripts/gitlab_version_check/constants.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
220 B
JavaScript
Raw Normal View History

2023-01-13 00:05:48 +05:30
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');