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

index.js « new « clusters « projects « pages « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 518253b14c77c953c5e6e3084c921074669c6009 (plain)
1
2
3
4
5
import initCreateEKSCluster from '~/create_cluster/eks_cluster';

document.addEventListener('DOMContentLoaded', () => {
  initCreateEKSCluster();
});