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
89522064
Commit
89522064
authored
May 15, 2020
by
Chris Hines
Browse files
fix compile bugs
parent
e448c6a3
Pipeline
#10280
passed with stages
in 3 minutes and 27 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/app.component.ts
View file @
89522064
...
...
@@ -29,7 +29,7 @@ export class AppComponent {
constructor
(
private
tesService
:
TesService
,
private
authService
:
AuthorisationService
,
private
computeSitesService
:
ComputesitesService
,
p
rivate
settingsService
:
SettingsService
,
p
ublic
settingsService
:
SettingsService
,
private
browserWindowService
:
BrowserWindowService
,
public
snackBar
:
MatSnackBar
,
private
overlayContainer
:
OverlayContainer
,
...
...
src/app/launch-dialog/launch-dialog.component.html
View file @
89522064
...
...
@@ -13,7 +13,7 @@
</mat-expansion-panel>
</mat-accordion>
</div>
<mat-accordion
style=
"width: 100%"
[displayMode]=
"flat"
>
<mat-accordion
style=
"width: 100%"
[displayMode]=
"
'
flat
'
"
>
<mat-expansion-panel
style=
"width: 100%"
[expanded]=
"true"
>
<mat-expansion-panel-header>
<mat-panel-title>
...
...
src/app/launcher/launcher.component.html
View file @
89522064
...
...
@@ -9,7 +9,7 @@
</mat-list-item>
</mat-list>
<div
style=
"border-style: solid none none none ; border-width: 1px; border-color: var(--panel-border-color); box-sizing: border-box"
>
<mat-accordion
style=
"width: 100%"
[displayMode]=
"flat"
>
<mat-accordion
style=
"width: 100%"
[displayMode]=
"
'
flat
'
"
>
<div
*ngFor=
"let id of (computeSitesService.appidentities | async)"
style=
"border-style: none none solid none; border-width: 1px; border-color: var(--panel-border-color) "
>
<!--<mat-expansion-panel (afterExpand)="selectId(id)" (closed)="selectId(id)" style="width: 100%">-->
<mat-expansion-panel
style=
"width: 100%"
[expanded]=
"(identity$ | async) === id"
class=
"mat-elevation-z0"
>
...
...
src/app/launcher/launcher.component.ts
View file @
89522064
...
...
@@ -67,7 +67,7 @@ export class LauncherComponent implements OnInit {
private
router
:
Router
,
private
route
:
ActivatedRoute
,
private
strudelappsService
:
StrudelappsService
,
p
rivate
settingsService
:
SettingsService
,
p
ublic
settingsService
:
SettingsService
,
)
{
this
.
app$
=
new
BehaviorSubject
<
Strudelapp
>
(
null
);
...
...
src/app/noaccount/noaccount.component.ts
View file @
89522064
...
...
@@ -13,7 +13,7 @@ import { SshAuthzServer } from '../identity';
})
export
class
NoaccountComponent
implements
OnInit
{
p
rivate
site
:
SshAuthzServer
;
p
ublic
site
:
SshAuthzServer
;
private
subscription
:
Subscription
;
constructor
(
private
route
:
ActivatedRoute
,
private
authService
:
AuthorisationService
)
{
...
...
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