|
|
@ -59,16 +59,21 @@ |
|
|
</mat-form-field> |
|
|
</mat-form-field> |
|
|
</div> |
|
|
</div> |
|
|
} |
|
|
} |
|
|
|
|
|
</div> |
|
|
|
|
|
<span> |
|
|
@if (showFilterPanel) { |
|
|
@if (showFilterPanel) { |
|
|
<div class="mt-4"> |
|
|
<h1 class="filter-settings-title" i18n mat-dialog-title> |
|
|
<h2 class="filter-settings-title" i18n>Filter Settings (Optional)</h2> |
|
|
Filter Settings (Optional) |
|
|
|
|
|
</h1> |
|
|
|
|
|
<div class="flex-grow-1 py-0" mat-dialog-content> |
|
|
<p class="filter-settings-description text-muted" i18n> |
|
|
<p class="filter-settings-description text-muted" i18n> |
|
|
Configure which accounts, holdings, tags, and asset classes will be |
|
|
Configure which accounts, holdings, tags, and asset classes will be |
|
|
visible in this public access. Leave empty to show all data. |
|
|
visible in this public access. Leave empty to show all data. |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
|
|
|
<gf-portfolio-filter-form |
|
|
<gf-portfolio-filter-form |
|
|
|
|
|
appearance="outline" |
|
|
|
|
|
class="w-100" |
|
|
formControlName="filters" |
|
|
formControlName="filters" |
|
|
[accounts]="accounts" |
|
|
[accounts]="accounts" |
|
|
[assetClasses]="assetClasses" |
|
|
[assetClasses]="assetClasses" |
|
|
@ -77,7 +82,7 @@ |
|
|
/> |
|
|
/> |
|
|
</div> |
|
|
</div> |
|
|
} |
|
|
} |
|
|
</div> |
|
|
</span> |
|
|
<div class="justify-content-end" mat-dialog-actions> |
|
|
<div class="justify-content-end" mat-dialog-actions> |
|
|
<button mat-button type="button" (click)="onCancel()"> |
|
|
<button mat-button type="button" (click)="onCancel()"> |
|
|
@if (accessForm.dirty) { |
|
|
@if (accessForm.dirty) { |
|
|
|