Fix: Weight per second should be vBytes per second.

This commit is contained in:
softsimon
2020-09-29 15:07:04 +07:00
parent 856eef4606
commit c793e243bf
3 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@
<div class="col mb-4">
<div class="card text-center graph-card">
<div class="card-body ">
<h5 class="card-title">Tx weight per second</h5>
<h5 class="card-title">Tx vBytes per second</h5>
<ng-template [ngIf]="mempoolInfoData.value" [ngIfElse]="loading">
<span *ngIf="mempoolInfoData.value.vBytesPerSecond === 0; else inSync">
&nbsp;<span class="badge badge-pill badge-warning">Backend is synchronizing</span>