added block propagation history
This commit is contained in:
@@ -58,24 +58,29 @@ block content
|
||||
div.clearfix
|
||||
|
||||
div.row
|
||||
div.col-xs-4.stats-boxes(style="padding-top: 30px;")
|
||||
div.col-xs-6.stats-boxes(style="padding-top: 30px;")
|
||||
div.row
|
||||
div.col-xs-6.stat-holder
|
||||
div.col-xs-4.stat-holder
|
||||
div.big-info.chart
|
||||
span.small-title block time
|
||||
span.big-details.spark-blocktimes
|
||||
|
||||
div.col-xs-6.stat-holder
|
||||
div.col-xs-4.stat-holder
|
||||
div.big-info.chart
|
||||
span.small-title block propagation
|
||||
span.big-details.spark-blockpropagation
|
||||
|
||||
div.col-xs-4.stat-holder
|
||||
div.big-info.chart
|
||||
span.small-title difficulty
|
||||
span.big-details.spark-difficulty
|
||||
|
||||
div.col-xs-6.stat-holder
|
||||
div.col-xs-4.stat-holder
|
||||
div.big-info.chart
|
||||
span.small-title transactions
|
||||
span.big-details.spark-transactions
|
||||
|
||||
div.col-xs-6.stat-holder
|
||||
div.col-xs-4.stat-holder
|
||||
div.big-info.chart
|
||||
span.small-title gas spending
|
||||
span.big-details.spark-gasspending
|
||||
@@ -91,13 +96,6 @@ block content
|
||||
div.block(ng-repeat="i in getNumber(miner.blocks) track by $index", class="{{miner.blocks | minerBlocksClass}}")
|
||||
div.clearfix
|
||||
|
||||
div.col-xs-2.stats-boxes(style="padding-top: 30px;")
|
||||
div.row
|
||||
//- div.col-xs-12.stat-holder
|
||||
//- div.big-info.chart
|
||||
//- span.small-title miners
|
||||
//- span.big-details test
|
||||
|
||||
div.col-xs-4
|
||||
div.col-xs-12
|
||||
nodemap#mapHolder(data="map")
|
||||
@@ -149,7 +147,7 @@ block content
|
||||
td(class="{{ node.stats | blockClass : bestBlock }}")
|
||||
span.small {{node.stats.block.hash | hashFilter}}
|
||||
td(style="padding-left: 14px;") {{node.stats.block.transactions.length || 0}}
|
||||
td(class="{{ node.stats.block.received | timeClass : node.stats.active }}") {{node.stats.block.received | blockTimeFilter }}
|
||||
td(class="{{ node.stats.block.arrived | timeClass : node.stats.active }}") {{node.stats.block.arrived | blockTimeFilter }}
|
||||
td(class="{{ node.stats | propagationTimeClass : bestBlock }}") {{node.stats.block.propagation | blockPropagationFilter}}
|
||||
div.propagationBox
|
||||
td.peerPropagationChart(class="{{node.id}}")
|
||||
|
||||
Reference in New Issue
Block a user