Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
2532dc74
Commit
2532dc74
authored
May 26, 2018
by
Dennis Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable new gke dropdowns
parent
772490c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
app/assets/javascripts/pages/projects/index.js
app/assets/javascripts/pages/projects/index.js
+2
-3
No files found.
app/assets/javascripts/pages/projects/index.js
View file @
2532dc74
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment