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
!549
Material Design 3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Material Design 3
ghsc/users/bclayton/nshmp/nshmp-apps:material-3
into
main
Overview
0
Commits
15
Pipelines
0
Changes
47
Merged
Clayton, Brandon Scott
requested to merge
ghsc/users/bclayton/nshmp/nshmp-apps:material-3
into
main
1 month ago
Overview
0
Commits
15
Pipelines
0
Changes
47
Expand
Resolves
#236 (closed)
.
Change to material design 3.
0
0
Merge request reports
Compare
main
version 6
0652f8a4
1 month ago
version 5
53b03d4f
1 month ago
version 4
119d8379
1 month ago
version 3
9fc009f0
1 month ago
version 2
ee0281ef
1 month ago
version 1
843e70ad
1 month ago
main (base)
and
latest version
latest version
ecffc32d
15 commits,
1 month ago
version 6
0652f8a4
14 commits,
1 month ago
version 5
53b03d4f
13 commits,
1 month ago
version 4
119d8379
11 commits,
1 month ago
version 3
9fc009f0
10 commits,
1 month ago
version 2
ee0281ef
9 commits,
1 month ago
version 1
843e70ad
8 commits,
1 month ago
47 files
+
731
−
758
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
47
Search (e.g. *.vue) (Ctrl+P)
projects/nshmp-apps/src/app/dev/gmm/hanging-wall-effects/components/content/content.component.html
+
8
−
6
Options
@@ -13,12 +13,14 @@
[disabled]=
"hasData() === false"
>
<ng-template
matTabContent
>
<nshmp-lib-ng-data-table-panel
[table]=
"table()"
filename=
"hanging-wall-effects.csv"
buttonText=
"Export to CSV"
title=
"Median Data"
/>
<div
class=
"grid-container-widescreen"
>
<nshmp-lib-ng-data-table-panel
[table]=
"table()"
filename=
"hanging-wall-effects.csv"
buttonText=
"Export to CSV"
title=
"Median Data"
/>
</div>
</ng-template>
</mat-tab>
</mat-tab-group>
Loading