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