Revert "fixed totalDifficultyFilter, fixed gaslimit number format"

This reverts commit 5f786d8a2b.
This commit is contained in:
EOS Classic
2018-09-16 03:24:06 +09:00
parent 6384f8603b
commit 94c9fa6bc8
2 changed files with 6 additions and 5 deletions

View File

@@ -55,7 +55,8 @@ block content
i.icon-difficulty
div.big-details-holder
span.small-title difficulty
span.big-details(ng-bind-html="lastDifficulty | totalDifficultyFilter")
span.big-details
span.small-hash {{ lastDifficulty | totalDifficultyFilter }}
div.clearfix
div.clearfix
@@ -78,7 +79,7 @@ block content
div.gasprice.text-info
i.icon-gasprice
span.small-title gas limit
span.small-value {{ bestStats.block.gasLimit | number }} gas
span.small-value {{ bestStats.block.gasLimit }} 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