|
@ -87,6 +87,15 @@ |
|
|
</h3> |
|
|
</h3> |
|
|
<div class="row"> |
|
|
<div class="row"> |
|
|
<div class="align-items-center col"> |
|
|
<div class="align-items-center col"> |
|
|
|
|
|
<div class="pb-2 text-center"> |
|
|
|
|
|
<gf-toggle |
|
|
|
|
|
[defaultValue]="dateRange" |
|
|
|
|
|
[isLoading]="isLoadingPerformance" |
|
|
|
|
|
[options]="dateRangeOptions" |
|
|
|
|
|
(change)="onChangeDateRange($event.value)" |
|
|
|
|
|
></gf-toggle> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
<mat-card *ngIf="hasPositions === true" class="p-0"> |
|
|
<mat-card *ngIf="hasPositions === true" class="p-0"> |
|
|
<mat-card-content> |
|
|
<mat-card-content> |
|
|
<gf-positions |
|
|
<gf-positions |
|
|