UI changes
This commit is contained in:
parent
91d1b42f31
commit
1407ed19dd
@ -105,19 +105,19 @@
|
||||
<span class="day60_txt">Cuckoo : </span>
|
||||
<!-- <span>Target:</span><span>{{ latestblockdetail.targetdifficultycuckatoo | number }}, </span> -->
|
||||
<!-- <span>Total :</span> -->
|
||||
<span>{{ latestblockdetail.TotalDifficultyCuckatoo | number }}</span>
|
||||
<span> {{ latestblockdetail.TotalDifficultyCuckatoo | number }}</span>
|
||||
</div>
|
||||
<div class="difficulty_datas">
|
||||
<span class="day60_txt">ProgPow : </span>
|
||||
<!-- <span>Target:</span><span class="diff_span" title="{{ latestblockdetail.targetdifficultyprogpow | number }}">{{ latestblockdetail.targetdifficultyprogpow | number }} </span>, -->
|
||||
<!-- <span>Total:</span> -->
|
||||
<span class="diff_span" style="width:110px;" title="{{ latestblockdetail.TotalDifficultyProgpow | number }}">{{ latestblockdetail.TotalDifficultyProgpow | number }}</span>
|
||||
<span class="diff_span" style="width:110px;" title="{{ latestblockdetail.TotalDifficultyProgpow | number }}"> {{ latestblockdetail.TotalDifficultyProgpow | number }}</span>
|
||||
</div>
|
||||
<div class="difficulty_datas">
|
||||
<span class="day60_txt"> RandomX : </span>
|
||||
<!-- <span>Target:</span><span>{{ latestblockdetail.targetdifficultyrandomx | number }}, </span> -->
|
||||
<!-- <span>Total:</span> -->
|
||||
<span >{{ latestblockdetail.TotalDifficultyRandomx | number }}</span>
|
||||
<span > {{ latestblockdetail.TotalDifficultyRandomx | number }}</span>
|
||||
</div>
|
||||
<!-- <p class="difficulty_datas">
|
||||
ProgPow : {{ latestblockdetail.targetdifficultyprogpow | number }} /
|
||||
|
Loading…
Reference in New Issue
Block a user