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

constants.js « graph « components « pipelines « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: caa269f509580709ba536d443f81515bedbb23e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
export const DOWNSTREAM = 'downstream';
export const MAIN = 'main';
export const UPSTREAM = 'upstream';

/*
  this value is based on the gl-pipeline-job-width class
  plus some extra for the margins
*/
export const ONE_COL_WIDTH = 180;

export const REST = 'rest';
export const GRAPHQL = 'graphql';