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

index.js « new « gcp « 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: d4f34e32a48b3d583daf98fce3e948410bbd21fc (plain)
1
2
3
4
5
import initGkeDropdowns from '~/projects/gke_cluster_dropdowns';

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