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: 4d48bd4be2b601a40a37735dbb821187fcb5244b (plain)
1
2
3
4
5
import initIntegrationForm from '~/clusters/forms/show/index';
import initCreateCluster from '~/create_cluster/init_create_cluster';

initCreateCluster(document, gon);
initIntegrationForm();