Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Helmholtz Cloud Portal
Webapp
Commits
b7a4fe96
Commit
b7a4fe96
authored
Feb 24, 2021
by
femiadeyemi
Browse files
change the method name from signIn to _goToServices
parent
d258eac7
Pipeline
#60659
failed with stages
in 1 minute and 48 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/views/landing-view/landing-view.js
View file @
b7a4fe96
/* eslint class-methods-use-this: ["error", { "exceptMethods": ["_
signIn
"] }] */
/* eslint class-methods-use-this: ["error", { "exceptMethods": ["_
goToServices
"] }] */
import
{
LitElement
,
html
,
css
}
from
'
lit-element
'
;
import
'
@material/mwc-button
'
;
...
...
@@ -154,7 +154,7 @@ class LandingView extends LitElement
<h1>Helmholtz Cloud</h1>
<p>a portfolio of seamlessly accessible IT services to support scientific work.</p>
<div>
<div @click="
${
this
.
_
signIn
}
">
<div @click="
${
this
.
_
goToServices
}
">
<mwc-button raised>Show Services</mwc-button>
</div>
</div>
...
...
@@ -178,7 +178,7 @@ class LandingView extends LitElement
`
;
}
_
signIn
()
_
goToServices
()
{
window
.
location
.
href
=
`/#/services`
;
}
...
...
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