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

constants.js « terraform_notification « projects « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 029f40b2ab2dab06a5c1b1ae9bba137a8f8ee434 (plain)
1
2
3
export const EVENT_LABEL = 'terraform_banner';
export const DISMISS_EVENT = 'dismiss_banner';
export const CLICK_EVENT = 'click_button';