|
|
@ -4,7 +4,7 @@ extends ./layout.jade |
|
|
|
block content |
|
|
|
block content |
|
|
|
div.container-fluid(ng-controller='StatsCtrl') |
|
|
|
div.container-fluid(ng-controller='StatsCtrl') |
|
|
|
div.row(ng-cloak) |
|
|
|
div.row(ng-cloak) |
|
|
|
div.col-lg-2.col-md-4.col-sm-12.stat-holder |
|
|
|
div.col-lg-2.col-md-4.col-sm-6.stat-holder |
|
|
|
div.big-info.bestblock.text-info |
|
|
|
div.big-info.bestblock.text-info |
|
|
|
div.pull-left.icon-full-width |
|
|
|
div.pull-left.icon-full-width |
|
|
|
i.icon-block |
|
|
|
i.icon-block |
|
|
@ -12,7 +12,7 @@ block content |
|
|
|
span.small-title best block |
|
|
|
span.small-title best block |
|
|
|
span.big-details {{'#'}}{{ bestBlock | number}} |
|
|
|
span.big-details {{'#'}}{{ bestBlock | number}} |
|
|
|
div.clearfix |
|
|
|
div.clearfix |
|
|
|
div.col-lg-2.col-md-4.col-sm-12.stat-holder |
|
|
|
div.col-lg-2.col-md-4.col-sm-6.stat-holder |
|
|
|
div.big-info.uncleCount.text-info |
|
|
|
div.big-info.uncleCount.text-info |
|
|
|
div.pull-left.icon-full-width |
|
|
|
div.pull-left.icon-full-width |
|
|
|
i.icon-uncle |
|
|
|
i.icon-uncle |
|
|
@ -21,7 +21,7 @@ block content |
|
|
|
span.small (current / last 50) |
|
|
|
span.small (current / last 50) |
|
|
|
span.big-details {{ bestStats.block.uncles.length }}/{{ uncleCount }} |
|
|
|
span.big-details {{ bestStats.block.uncles.length }}/{{ uncleCount }} |
|
|
|
div.clearfix |
|
|
|
div.clearfix |
|
|
|
div.col-lg-2.col-md-4.col-sm-12.stat-holder |
|
|
|
div.col-lg-2.col-md-4.col-sm-6.stat-holder |
|
|
|
div.big-info.blocktime(class="{{ lastBlock | timeClass : true }}") |
|
|
|
div.big-info.blocktime(class="{{ lastBlock | timeClass : true }}") |
|
|
|
div.pull-left.icon-full-width |
|
|
|
div.pull-left.icon-full-width |
|
|
|
i.icon-time |
|
|
|
i.icon-time |
|
|
@ -29,7 +29,7 @@ block content |
|
|
|
span.small-title last block |
|
|
|
span.small-title last block |
|
|
|
span.big-details {{ lastBlock | blockTimeFilter }} |
|
|
|
span.big-details {{ lastBlock | blockTimeFilter }} |
|
|
|
div.clearfix |
|
|
|
div.clearfix |
|
|
|
div.col-lg-2.col-md-4.col-sm-12.stat-holder |
|
|
|
div.col-lg-2.col-md-4.col-sm-6.stat-holder |
|
|
|
div.big-info.avgblocktime(class="{{ avgBlockTime | avgTimeClass }}") |
|
|
|
div.big-info.avgblocktime(class="{{ avgBlockTime | avgTimeClass }}") |
|
|
|
div.pull-left.icon-full-width |
|
|
|
div.pull-left.icon-full-width |
|
|
|
i.icon-gas |
|
|
|
i.icon-gas |
|
|
@ -37,7 +37,7 @@ block content |
|
|
|
span.small-title avg block time |
|
|
|
span.small-title avg block time |
|
|
|
span.big-details {{ avgBlockTime | avgTimeFilter }} |
|
|
|
span.big-details {{ avgBlockTime | avgTimeFilter }} |
|
|
|
div.clearfix |
|
|
|
div.clearfix |
|
|
|
div.col-lg-2.col-md-4.col-sm-12.stat-holder |
|
|
|
div.col-lg-2.col-md-4.col-sm-6.stat-holder |
|
|
|
div.big-info.difficulty.text-orange |
|
|
|
div.big-info.difficulty.text-orange |
|
|
|
div.pull-left.icon-full-width |
|
|
|
div.pull-left.icon-full-width |
|
|
|
i.icon-hashrate |
|
|
|
i.icon-hashrate |
|
|
@ -45,7 +45,7 @@ block content |
|
|
|
span.small-title avg network hashrate |
|
|
|
span.small-title avg network hashrate |
|
|
|
span.big-details(ng-bind-html="avgHashrate | networkHashrateFilter") |
|
|
|
span.big-details(ng-bind-html="avgHashrate | networkHashrateFilter") |
|
|
|
div.clearfix |
|
|
|
div.clearfix |
|
|
|
div.col-lg-2.col-md-4.col-sm-12.stat-holder |
|
|
|
div.col-lg-2.col-md-4.col-sm-6.stat-holder |
|
|
|
div.big-info.difficulty.text-danger |
|
|
|
div.big-info.difficulty.text-danger |
|
|
|
div.pull-left.icon-full-width |
|
|
|
div.pull-left.icon-full-width |
|
|
|
i.icon-difficulty |
|
|
|
i.icon-difficulty |
|
|
|