Hide net performance

This commit is contained in:
Thomas 2021-07-28 16:40:26 +02:00
parent bd0e53525b
commit 3c4949de35

View File

@ -34,27 +34,29 @@
></gf-value> ></gf-value>
</div> </div>
</div> </div>
<div class="row px-3 py-2"> <!--
<div class="d-flex flex-grow-1" i18n>Net performance</div> <div class="row px-3 py-2">
<div class="d-flex flex-column flex-wrap justify-content-end"> <div class="d-flex flex-grow-1" i18n>Net performance</div>
<gf-value <div class="d-flex flex-column flex-wrap justify-content-end">
class="justify-content-end mb-2" <gf-value
position="end" class="justify-content-end mb-2"
[colorizeSign]="true" position="end"
[currency]="baseCurrency" [colorizeSign]="true"
[locale]="locale" [currency]="baseCurrency"
[value]="isLoading ? undefined : performance?.currentNetPerformance" [locale]="locale"
></gf-value> [value]="isLoading ? undefined : performance?.currentNetPerformance"
<gf-value ></gf-value>
class="justify-content-end" <gf-value
position="end" class="justify-content-end"
[colorizeSign]="true" position="end"
[isPercent]="true" [colorizeSign]="true"
[locale]="locale" [isPercent]="true"
[value]=" [locale]="locale"
isLoading ? undefined : performance?.currentNetPerformancePercent [value]="
" isLoading ? undefined : performance?.currentNetPerformancePercent
></gf-value> "
></gf-value>
</div>
</div> </div>
</div> -->
</div> </div>