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

constants.js « reports « components « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dbde648bfdb11c904c5836f70e02d0d45472c560 (plain)
1
2
3
export const STATUS_FAILED = 'failed';
export const STATUS_SUCCESS = 'success';
export const STATUS_NEUTRAL = 'neutral';