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

index.js « metrics_and_profiling « application_settings « admin « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bbaaeb55c65c1c6129e4147d593f00fe2bd1fc17 (plain)
1
2
3
import setup from 'ee_else_ce/admin/application_settings/setup_metrics_and_profiling';

document.addEventListener('DOMContentLoaded', setup);