2019-12-26 22:10:19 +05:30
|
|
|
import initCreateCluster from '~/create_cluster/init_create_cluster';
|
2020-10-24 23:57:45 +05:30
|
|
|
import initIntegrationForm from '~/clusters/forms/show/index';
|
2019-02-15 15:39:39 +05:30
|
|
|
|
|
|
|
document.addEventListener('DOMContentLoaded', () => {
|
2019-12-26 22:10:19 +05:30
|
|
|
initCreateCluster(document, gon);
|
2020-10-24 23:57:45 +05:30
|
|
|
initIntegrationForm();
|
2019-02-15 15:39:39 +05:30
|
|
|
});
|