2019-07-31 22:56:46 +05:30
|
|
|
import ClustersBundle from '~/clusters/clusters_bundle';
|
2020-10-24 23:57:45 +05:30
|
|
|
import initIntegrationForm from '~/clusters/forms/show';
|
2021-03-11 19:13:27 +05:30
|
|
|
import initClusterHealth from '~/pages/projects/clusters/show/cluster_health';
|
2019-07-31 22:56:46 +05:30
|
|
|
|
2021-09-30 23:02:18 +05:30
|
|
|
new ClustersBundle(); // eslint-disable-line no-new
|
|
|
|
initClusterHealth();
|
|
|
|
initIntegrationForm();
|