Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.js « show « clusters « admin « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 524b2c6f66a8f0780d5d4d07dc87133965967211 (plain)
1
2
3
4
5
6
7
import ClustersBundle from '~/clusters/clusters_bundle';
import initIntegrationForm from '~/clusters/forms/show';
import initClusterHealth from '~/pages/projects/clusters/show/cluster_health';

new ClustersBundle(); // eslint-disable-line no-new
initClusterHealth();
initIntegrationForm();