Thomas Kaul
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
apps/client/src/app/components/home-holdings/home-holdings.html
-
apps/client/src/app/pages/portfolio/analysis/analysis-page.html
|
|
@ -1,5 +1,5 @@ |
|
|
|
<div class="container justify-content-center p-3"> |
|
|
|
<div *ngIf="user.settings.viewMode !== 'ZEN'" class="mb-3 text-center"> |
|
|
|
<div class="mb-3 text-center"> |
|
|
|
<gf-toggle |
|
|
|
[defaultValue]="user?.settings?.dateRange" |
|
|
|
[isLoading]="positions === undefined" |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
<div class="container"> |
|
|
|
<h1 class="d-none d-sm-block h3 mb-3 text-center" i18n>Analysis</h1> |
|
|
|
<div *ngIf="user?.settings?.viewMode !== 'ZEN'" class="my-4 text-center"> |
|
|
|
<div class="my-4 text-center"> |
|
|
|
<gf-toggle |
|
|
|
[defaultValue]="user?.settings?.dateRange" |
|
|
|
[isLoading]="isLoadingBenchmarkComparator || isLoadingInvestmentChart" |
|
|
|