re-arranged top boxes
This commit is contained in:
parent
5429e43c96
commit
dd1b642c23
@ -14,15 +14,6 @@ block content
|
|||||||
span.small-title active nodes
|
span.small-title active nodes
|
||||||
span.big-details {{nodesActive}}/{{nodesTotal}}
|
span.big-details {{nodesActive}}/{{nodesTotal}}
|
||||||
div.clearfix
|
div.clearfix
|
||||||
div.col-xs-2.stat-holder
|
|
||||||
div.big-info.uncleCount.text-info
|
|
||||||
div.pull-left.icon-full-width
|
|
||||||
i.icon-uncle
|
|
||||||
div.pull-left
|
|
||||||
span.small-title uncles #[ ]
|
|
||||||
span.small (current / last 50)
|
|
||||||
span.big-details {{ bestBlockObject.uncles.length + "/" + uncleCount }}
|
|
||||||
div.clearfix
|
|
||||||
//- div.col-xs-2.stat-holder
|
//- div.col-xs-2.stat-holder
|
||||||
//- div.big-info.uptime(class="{{ upTimeTotal | upTimeClass : true }}")
|
//- div.big-info.uptime(class="{{ upTimeTotal | upTimeClass : true }}")
|
||||||
//- div.pull-left.icon-full-width
|
//- div.pull-left.icon-full-width
|
||||||
@ -31,6 +22,14 @@ block content
|
|||||||
//- span.small-title up-time
|
//- span.small-title up-time
|
||||||
//- span.big-details {{ upTimeTotal | upTimeFilter }}
|
//- span.big-details {{ upTimeTotal | upTimeFilter }}
|
||||||
//- div.clearfix
|
//- div.clearfix
|
||||||
|
div.col-xs-2.stat-holder
|
||||||
|
div.big-info.bestblock.text-info
|
||||||
|
div.pull-left.icon-full-width
|
||||||
|
i.icon-block
|
||||||
|
div.pull-left
|
||||||
|
span.small-title best block
|
||||||
|
span.big-details {{'#'}}{{ bestBlock | number}}
|
||||||
|
div.clearfix
|
||||||
div.col-xs-2.stat-holder
|
div.col-xs-2.stat-holder
|
||||||
div.big-info.difficulty.text-info
|
div.big-info.difficulty.text-info
|
||||||
div.pull-left.icon-full-width
|
div.pull-left.icon-full-width
|
||||||
@ -40,12 +39,13 @@ block content
|
|||||||
span.big-details {{ lastDifficulty | number }}
|
span.big-details {{ lastDifficulty | number }}
|
||||||
div.clearfix
|
div.clearfix
|
||||||
div.col-xs-2.stat-holder
|
div.col-xs-2.stat-holder
|
||||||
div.big-info.bestblock.text-info
|
div.big-info.uncleCount.text-info
|
||||||
div.pull-left.icon-full-width
|
div.pull-left.icon-full-width
|
||||||
i.icon-block
|
i.icon-uncle
|
||||||
div.pull-left
|
div.pull-left
|
||||||
span.small-title best block
|
span.small-title uncles #[ ]
|
||||||
span.big-details {{'#'}}{{ bestBlock | number}}
|
span.small (current / last 50)
|
||||||
|
span.big-details {{ bestBlockObject.uncles.length }}/{{ uncleCount }}
|
||||||
div.clearfix
|
div.clearfix
|
||||||
div.col-xs-2.stat-holder
|
div.col-xs-2.stat-holder
|
||||||
div.big-info.blocktime(class="{{ lastBlock | timeClass : true }}")
|
div.big-info.blocktime(class="{{ lastBlock | timeClass : true }}")
|
||||||
|
Loading…
Reference in New Issue
Block a user