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

index.js « clusters « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4d04c37caa74b2311fd7c86bfc7eee3b16bb8de6 (plain)
1
2
3
4
5
import initCreateCluster from '~/create_cluster/init_create_cluster';

document.addEventListener('DOMContentLoaded', () => {
  initCreateCluster(document, gon);
});