Skip to content
GitLab
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
bf86fff5
Commit
bf86fff5
authored
Jun 06, 2019
by
Chris Hines
Browse files
fix a bug on safari where the menu took the full screen...
fix a bug on safari where the menu took the full screen
#8
parent
8bfcc7e2
Pipeline
#7258
passed with stages
in 2 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/app/launcher/launcher.component.html
View file @
bf86fff5
...
...
@@ -44,11 +44,15 @@
Advanced
</mat-expansion-panel-header>
Select an API server
<div
style=
"width: 100%"
>
<mat-form-field>
<mat-select
[ngModel]=
"selectedApiServer"
(selectionChange)=
"backendSelectionService.setApiServer($event.value)"
>
<mat-option
*ngFor=
"let apis of backendSelectionService.apiservers|async"
[value]=
"apis"
>
{{ apis.name }}
</mat-option>
</mat-select>
</mat-form-field>
</div>
<button
type=
"button"
mat-button
(click)=
"fileInput.click()"
>
Load Config
</button>
<input
hidden
(change)=
"loadConfig($event)"
accept=
".json"
#fileInput
type=
"file"
id=
"file"
>
<button
mat-button
(click)=
resetConfig()
>
Reset Config
</button>
...
...
Chris Hines
@chines
mentioned in issue
#8 (closed)
·
Jun 06, 2019
mentioned in issue
#8 (closed)
mentioned in issue #8
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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