Browse Source

Improve usability for benchmark and markets management

pull/5911/head
Thomas Kaul 2 months ago
parent
commit
ffe0646d5c
  1. 8
      apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html
  2. 9
      apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html

8
apps/client/src/app/components/admin-market-data/asset-profile-dialog/asset-profile-dialog.html

@ -352,7 +352,6 @@
<div class="w-50"> <div class="w-50">
<mat-checkbox <mat-checkbox
color="primary" color="primary"
i18n
[checked]="isBenchmark" [checked]="isBenchmark"
[disabled]="isEditAssetProfileIdentifierMode" [disabled]="isEditAssetProfileIdentifierMode"
(change)=" (change)="
@ -366,8 +365,13 @@
symbol: data.symbol symbol: data.symbol
}) })
" "
>Benchmark</mat-checkbox
> >
<ng-container i18n>Include in</ng-container>
<ng-container>&nbsp;</ng-container>
<ng-container i18n>Benchmark</ng-container>
<ng-container> / </ng-container>
<ng-container i18n>Markets</ng-container>
</mat-checkbox>
</div> </div>
</div> </div>
<div class="mt-3"> <div class="mt-3">

9
apps/client/src/app/pages/faq/self-hosting/self-hosting-page.html

@ -184,7 +184,9 @@
<li>Open the <i>Admin Control</i> panel</li> <li>Open the <i>Admin Control</i> panel</li>
<li>Navigate to the <i>Market Data</i> section</li> <li>Navigate to the <i>Market Data</i> section</li>
<li>Choose an asset profile</li> <li>Choose an asset profile</li>
<li>In the dialog, check the <i>Benchmark</i> box</li> <li>
In the dialog, check the <i>Include in Benchmark / Markets</i> box
</li>
</ol> </ol>
</mat-card-content> </mat-card-content>
</mat-card> </mat-card>
@ -212,12 +214,13 @@
<mat-card-title>How do I set up <i>Markets</i>?</mat-card-title> <mat-card-title>How do I set up <i>Markets</i>?</mat-card-title>
</mat-card-header> </mat-card-header>
<mat-card-content> <mat-card-content>
<p>The <i>Markets</i> list is derived from your <i>Benchmarks</i>.</p>
<ol> <ol>
<li>Open the <i>Admin Control</i> panel</li> <li>Open the <i>Admin Control</i> panel</li>
<li>Navigate to the <i>Market Data</i> section</li> <li>Navigate to the <i>Market Data</i> section</li>
<li>Choose an asset profile</li> <li>Choose an asset profile</li>
<li>In the dialog, check the <i>Benchmark</i> box</li> <li>
In the dialog, check the <i>Include in Benchmark / Markets</i> box
</li>
</ol> </ol>
<p> <p>
Please note: Data is cached, meaning changes may take a few minutes Please note: Data is cached, meaning changes may take a few minutes

Loading…
Cancel
Save