fixed totalDifficultyFilter, fixed gaslimit number format

This commit is contained in:
hackyminer
2018-06-25 09:29:34 +09:00
committed by EOS Classic
parent 815f62f3a8
commit 5f786d8a2b
2 changed files with 5 additions and 6 deletions

View File

@@ -55,8 +55,7 @@ block content
i.icon-difficulty
div.big-details-holder
span.small-title difficulty
span.big-details
span.small-hash {{ lastDifficulty | totalDifficultyFilter }}
span.big-details(ng-bind-html="lastDifficulty | totalDifficultyFilter")
div.clearfix
div.clearfix
@@ -79,7 +78,7 @@ block content
div.gasprice.text-info
i.icon-gasprice
span.small-title gas limit
span.small-value {{ bestStats.block.gasLimit }} gas
span.small-value {{ bestStats.block.gasLimit | number }} gas
div.col-xs-6.col-sm-6.col-md-6.col-lg-2.stat-holder.box
div.page-latency(class="{{ {active: true, latency: latency} | latencyClass }}")
i.icon-clock