Addding number format in display

This commit is contained in:
shunmugam 2020-01-14 10:22:04 +05:30
parent 337be52d74
commit 8c88ad514a

View File

@ -167,18 +167,18 @@
</p> </p>
<div class="difficulty_datas"> <div class="difficulty_datas">
<span class="day60_txt">Cuckoo &nbsp;&nbsp;&nbsp;&nbsp;: </span> <span class="day60_txt">Cuckoo &nbsp;&nbsp;&nbsp;&nbsp;: </span>
<span> {{ latestblockdetail.cuckoohashrate }} Gps </span> <span> {{ latestblockdetail.cuckoohashrate | number }} Gps </span>
</div> </div>
<div class="difficulty_datas"> <div class="difficulty_datas">
<span class="day60_txt">ProgPoW &nbsp;&nbsp;&nbsp;&nbsp;: </span> <span class="day60_txt">ProgPoW &nbsp;&nbsp;&nbsp;&nbsp;: </span>
<span> {{ latestblockdetail.progpowhashrate }} Hps</span> <span> {{ latestblockdetail.progpowhashrate | number }} Hps</span>
</div> </div>
<div class="difficulty_datas"> <div class="difficulty_datas">
<span class="day60_txt">RandomX &nbsp;&nbsp;&nbsp;&nbsp;: </span> <span class="day60_txt">RandomX &nbsp;&nbsp;&nbsp;&nbsp;: </span>
<span> <span>
{{ latestblockdetail.randomxhashrate }} Hps {{ latestblockdetail.randomxhashrate | number }} Hps
</span> </span>
</div> </div>