Skip to content
Snippets Groups Projects

Delete unused cluster health tab UI code

Merged Tristan Read requested to merge tr-delete-cluster-health-tab-code into master
All threads resolved!
Files
5
import ClustersBundle from '~/clusters/clusters_bundle';
import ClustersBundle from '~/clusters/clusters_bundle';
import initIntegrationForm from '~/clusters/forms/show';
import initIntegrationForm from '~/clusters/forms/show';
import initClusterHealth from '~/pages/projects/clusters/show/cluster_health';
new ClustersBundle(); // eslint-disable-line no-new
new ClustersBundle(); // eslint-disable-line no-new
initClusterHealth();
initIntegrationForm();
initIntegrationForm();
Loading