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

constants.js « projects_list « 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: aa0b1418a06382096f805c06fa375c1859c2faa7 (plain)
1
2
export const ACTION_EDIT = 'edit';
export const ACTION_DELETE = 'delete';