summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/pages/groups/clusters/index.js
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();