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

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

initCreateCluster(document, gon);
initIntegrationForm();