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

constants.js « 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: b7ff715922da2fda4d55a23e75a4068b81ae2fc4 (plain)
1
2
3
4
export const KEY_EDIT = 'edit';
export const KEY_WEB_IDE = 'webide';
export const KEY_GITPOD = 'gitpod';
export const KEY_PIPELINE_EDITOR = 'pipeline_editor';