Commit 2532dc74 authored by Dennis Tang's avatar Dennis Tang

enable new gke dropdowns

parent 772490c8
import gcpSignupOffer from '~/clusters/components/gcp_signup_offer'; import gcpSignupOffer from '~/clusters/components/gcp_signup_offer';
// TODO: Uncommment after https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/17806 is merged. import initGkeDropdowns from '~/projects/gke_cluster_dropdowns';
// import initGkeDropdowns from '~/projects/gke_cluster_dropdowns';
import Project from './project'; import Project from './project';
import ShortcutsNavigation from '../../shortcuts_navigation'; import ShortcutsNavigation from '../../shortcuts_navigation';
...@@ -10,7 +9,7 @@ document.addEventListener('DOMContentLoaded', () => { ...@@ -10,7 +9,7 @@ document.addEventListener('DOMContentLoaded', () => {
if (newClusterViews.indexOf(page) > -1) { if (newClusterViews.indexOf(page) > -1) {
gcpSignupOffer(); gcpSignupOffer();
// initGkeDropdowns(); initGkeDropdowns();
} }
new Project(); // eslint-disable-line no-new new Project(); // eslint-disable-line no-new
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment