debian-mirror-gitlab/app/assets/javascripts/vue_shared/components/constants.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
159 B
JavaScript
Raw Normal View History

2023-03-17 16:20:25 +05:30
export const KEY_EDIT = 'edit';
export const KEY_WEB_IDE = 'webide';
export const KEY_GITPOD = 'gitpod';
export const KEY_PIPELINE_EDITOR = 'pipeline_editor';