Updated titles
This commit is contained in:
parent
da050ee3dc
commit
56518b9655
@ -1,6 +1,6 @@
|
|||||||
<div class="container-xl">
|
<div class="container-xl">
|
||||||
|
|
||||||
<h1>Trading volume</h1>
|
<h1>Bisq trading volume</h1>
|
||||||
|
|
||||||
<div id="volumeHolder">
|
<div id="volumeHolder">
|
||||||
<ng-template #loadingVolumes>
|
<ng-template #loadingVolumes>
|
||||||
@ -13,9 +13,12 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br><br>
|
||||||
|
|
||||||
<h1>Markets</h1>
|
<h1>
|
||||||
|
<ng-template [ngIf]="stateService.env.OFFICIAL_BISQ_MARKETS" [ngIfElse]="nonOfficialMarkets">Markets</ng-template>
|
||||||
|
<ng-template #nonOfficialMarkets>Bitcoin markets</ng-template>
|
||||||
|
</h1>
|
||||||
<ng-container *ngIf="{ value: (tickers$ | async) } as tickers">
|
<ng-container *ngIf="{ value: (tickers$ | async) } as tickers">
|
||||||
|
|
||||||
<table class="table table-borderless table-striped">
|
<table class="table table-borderless table-striped">
|
||||||
|
@ -24,7 +24,7 @@ export class BisqDashboardComponent implements OnInit {
|
|||||||
constructor(
|
constructor(
|
||||||
private websocketService: WebsocketService,
|
private websocketService: WebsocketService,
|
||||||
private bisqApiService: BisqApiService,
|
private bisqApiService: BisqApiService,
|
||||||
private stateService: StateService,
|
public stateService: StateService,
|
||||||
private seoService: SeoService,
|
private seoService: SeoService,
|
||||||
) { }
|
) { }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user