BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
0762b18b
Commit
0762b18b
authored
May 07, 2018
by
Dennis Tang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
revisions
parent
191d321c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.js
...ssets/javascripts/projects/gke_cluster_dropdowns/index.js
+3
-3
No files found.
app/assets/javascripts/projects/gke_cluster_dropdowns/index.js
View file @
0762b18b
...
...
@@ -8,10 +8,10 @@ import * as CONSTANTS from './constants';
const
mountComponent
=
(
entryPoint
,
component
,
componentName
,
extraProps
=
{})
=>
{
const
el
=
document
.
querySelector
(
entryPoint
);
const
hiddenInput
=
el
.
querySelector
(
'input'
);
if
(
!
el
)
return
false
;
const
hiddenInput
=
el
.
querySelector
(
'input'
);
return
new
Vue
({
el
,
components
:
{
...
...
@@ -77,7 +77,7 @@ const initializeGapiClient = () => {
};
const
initGkeDropdowns
=
()
=>
{
if
(
typeof
gapi
===
'undefined'
)
{
if
(
!
gapi
)
{
gkeDropdownErrorHandler
();
return
false
;
}
...
...
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