style changes in hashrate display
This commit is contained in:
parent
336053c6bf
commit
e862257b61
@ -165,23 +165,24 @@
|
||||
[ngClass]="latestblockdetail.blink == true ? 'item-highlight' : ''"
|
||||
>
|
||||
</p>
|
||||
<div class="text-left mx-auto d-inline-block">
|
||||
<div class="difficulty_datas">
|
||||
<span class="day60_txt">Cuckoo : </span>
|
||||
<span class="day60_txt">Cuckoo : </span>
|
||||
<span> {{ latestblockdetail.cuckoohashrate | number }} Gps </span>
|
||||
</div>
|
||||
|
||||
<div class="difficulty_datas">
|
||||
<span class="day60_txt">ProgPoW : </span>
|
||||
<span class="day60_txt">ProgPoW : </span>
|
||||
<span> {{ latestblockdetail.progpowhashrate | number }} Hps</span>
|
||||
</div>
|
||||
|
||||
<div class="difficulty_datas">
|
||||
<span class="day60_txt">RandomX : </span>
|
||||
<span class="day60_txt">RandomX : </span>
|
||||
<span>
|
||||
{{ latestblockdetail.randomxhashrate | number }} Hps
|
||||
</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user