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: 820515072762f719eaea771ce80e1e42b0c40607 (plain)
1
2
3
4
5
import ClustersBundle from '~/clusters/clusters_bundle';
import initIntegrationForm from '~/clusters/forms/show';

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