Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-apps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-apps
Merge requests
!466
GMM: Add 1500 to site class dropdown.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
GMM: Add 1500 to site class dropdown.
ghsc/users/bclayton/nshmp/nshmp-apps:issue-218
into
main
Overview
0
Commits
5
Pipelines
0
Changes
22
Merged
Clayton, Brandon Scott
requested to merge
ghsc/users/bclayton/nshmp/nshmp-apps:issue-218
into
main
7 months ago
Overview
0
Commits
5
Pipelines
0
Changes
22
Expand
Resolves
#218 (closed)
.
Use new GMM multi param component.
Edited
7 months ago
by
Clayton, Brandon Scott
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
3fcb5767
5 commits,
7 months ago
22 files
+
67
−
78
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
22
Search (e.g. *.vue) (Ctrl+P)
projects/nshmp-apps/src/app/dev/gmm/hanging-wall-effects/components/control-panel/control-panel.component.html
+
3
−
8
Options
@@ -4,14 +4,9 @@
[formGroup]=
"formState"
(submit)=
"onSubmit()"
>
<mat-form-field
class=
"grid-col-12 multi-select-parameter-menu padding-top-1"
>
<mat-label>
Multi-Selectable Parameter
</mat-label>
<mat-select
[formControl]=
"formState.controls.multiSelectableParam"
>
<mat-option
value=
"gmm"
>
Ground Motion Models
</mat-option>
<mat-option
value=
"Mw"
>
M
<sub>
W
</sub></mat-option>
<mat-option
value=
"vs30"
>
V
<sub>
S30
</sub></mat-option>
</mat-select>
</mat-form-field>
<nshmp-lib-ng-gmm-multi-param-menu
[multiParamControl]=
"controls.multiSelectableParam"
/>
<!-- GMM menu -->
@if (parameters()) {
Loading