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

constants.js « prometheus_metrics « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ffd977f04ce418f45ff0a75e07e575d8eb2f68c (plain)
1
2
3
4
5
6
export default {
  EMPTY: 'empty',
  LOADING: 'loading',
  LIST: 'list',
  NO_INTEGRATION: 'no-integration',
};