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
hpc-team
strudelv2_spa
Commits
ad197a6a
Commit
ad197a6a
authored
Aug 26, 2019
by
Chris Hines
Browse files
remove a js error when a variable is not initialised
parent
84f74682
Pipeline
#7739
passed with stages
in 3 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/login/login.component.html
View file @
ad197a6a
...
...
@@ -28,7 +28,7 @@
</div>
<div
fxLayout=
"row"
fxLayoutAlign=
"space-around center"
style=
"width: 100%"
>
<button
mat-flat-button
(click)=
"login()"
color=
primary
style=
"width: 25%; text-align: center"
>
Login
</button>
<button
*ngIf=
"(authService.loggedInAuthZ | async).length > 0"
mat-flat-button
routerLink=
"/launch"
color=
warn
style=
"width: 25%; text-align: center"
>
Cancel
</button>
<button
*ngIf=
"(authService.loggedInAuthZ |
async) != null && (authService.loggedInAuthZ |
async).length > 0"
mat-flat-button
routerLink=
"/launch"
color=
warn
style=
"width: 25%; text-align: center"
>
Cancel
</button>
</div>
<div
*ngIf=
"selected !== undefined"
[innerHTML]=
"selected.desc"
>
</div>
...
...
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