debian-mirror-gitlab/app/assets/javascripts/gitlab_version_check/constants.js
2023-01-13 15:02:22 +05:30

9 lines
220 B
JavaScript

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');