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
!572
Something went wrong on our end
AWS Updates
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
AWS Updates
ghsc/users/bclayton/nshmp/nshmp-apps:aws
into
main
Overview
0
Commits
11
Pipelines
0
Changes
4
Merged
Clayton, Brandon Scott
requested to merge
ghsc/users/bclayton/nshmp/nshmp-apps:aws
into
main
2 weeks ago
Overview
0
Commits
11
Pipelines
0
Changes
4
Expand
Resolves
#259 (closed)
,
#258 (closed)
,
#250 (closed)
,
#248 (closed)
Add option
createMap
Fix alert popup when failed
Fix app hanging up
0
0
Merge request reports
Viewing commit
583569f8
Prev
Next
Show latest version
4 files
+
31
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
583569f8
add styling
· 583569f8
Clayton, Brandon Scott
authored
2 weeks ago
projects/nshmp-apps/src/app/internal/aws/submit-haz-jobs/components/form/form.component.html
+
1
−
1
Options
@@ -499,7 +499,7 @@
/>
</div>
<div
class=
"grid-col-12 padding-y-2"
>
<div
class=
"grid-col-12 padding-y-2
calc-config
"
>
<mat-expansion-panel
[disabled]=
"calcConfig() === null"
[expanded]=
"calcConfig() !== null"
Loading