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: 50f1248456e63d369e10df42b696b9d2b4ab8feb (plain)
1
2
3
4
5
export default {
  EMPTY: 'empty',
  LOADING: 'loading',
  LIST: 'list',
};