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: a2fca2386134b1ceeb96467e8f035afc2aeed797 (plain)
1
2
3
import setup from '~/admin/application_settings/setup_metrics_and_profiling';

document.addEventListener('DOMContentLoaded', setup);