debian-mirror-gitlab/app/assets/javascripts/gitlab_version_check/constants.js
2023-01-12 18:35:48 +00:00

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