debian-mirror-gitlab/app/assets/javascripts/pages/groups/clusters/index.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
191 B
JavaScript
Raw Normal View History

2020-10-24 23:57:45 +05:30
import initIntegrationForm from '~/clusters/forms/show/index';
2021-03-11 19:13:27 +05:30
import initCreateCluster from '~/create_cluster/init_create_cluster';
2019-02-15 15:39:39 +05:30
2021-09-30 23:02:18 +05:30
initCreateCluster(document, gon);
initIntegrationForm();