Skip to content
Snippets Groups Projects
Unverified Commit 5ffdabfa authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

Merge pull request #1453 from FZJ-INM1-BDA/feat_copyMultiRegionSelectName

feat: copy multi selected region name
parents 83ef2206 4fd3298a
No related branches found
No related tags found
No related merge requests found
......@@ -6,8 +6,10 @@
- Added documentation for URL encoding
- Improved documentation for plugin API
- Reworded point assignment UI
- Allow multi selected region names to be copied
## Behind the Scenes
- Removed dependency on connectivity-component
- Removed reference to JSC OKD instance, as the instance is no longer available
- Updated google-site-verification
......@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google-site-verification" content="fkW3HNDR3bwEn8fdtO-W41KNwbM-RoiL2TSWQAmbK6w" />
<meta name="google-site-verification" content="a1eQjVVvbKEjbe4k4kCGrzJnMzZcrartwKLvJxbxFWY" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="assets/fontawesome/css/all.min.css">
......
......@@ -637,6 +637,18 @@
<div title>
Multiple regions selected
</div>
<mat-action-list class="overview-container">
<button mat-list-item
[iav-clipboard-copy]="regions | mapToProperty : 'name' | json">
<mat-icon class="mr-4" fontSet="fas" fontIcon="fa-copy">
</mat-icon>
<span>
Copy region names
</span>
</button>
</mat-action-list>
<!-- other regions detail accordion -->
<mat-accordion class="bs-border-box ml-15px-n mr-15px-n mt-2">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment