diff --git a/dist/index.html b/dist/index.html index db5801f..a450af1 100644 --- a/dist/index.html +++ b/dist/index.html @@ -1 +1 @@ -Ethereum Network Status
best block{{'#'}}{{ bestBlock | number}}
uncles  (current / last 50){{ bestStats.block.uncles.length }}/{{ uncleCount }}
last block{{ lastBlock | blockTimeFilter }}
avg block time{{ avgBlockTime | avgTimeFilter }}
avg network hashrate
difficulty{{ lastDifficulty | number }}
active nodes{{nodesActive}}/{{nodesTotal}}
gas price{{ bestStats.gasPrice.toString() | gasPriceFilter }}
page latency{{latency}} ms
uptime{{ upTimeTotal | upTimeFilter }}
block time
difficulty
block propagation
last blocks miners
{{miner.blocks}}
{{miner.miner | minerNameFilter : miner.name}}
uncle count  (25 blocks per bar)
transactions
gas spending
 
{{node.info.name}} ({{node.info.ip}})
{{node.stats | latencyFilter}}{{node.stats.peers}}{{node.stats.pending}}{{'#'}}{{ node.stats.block.number | number }}{{node.stats.block.hash | hashFilter}}{{node.stats.block.totalDifficulty | number}}{{node.stats.block.transactions.length || 0}}{{node.stats.block.uncles.length || 0}}{{node.stats.block.received | blockTimeFilter }}
{{node.stats.block.propagation | blockPropagationFilter}}
{{ node.stats | blockPropagationAvgFilter : bestBlock }}{{ node.stats.uptime | upTimeFilter }}
\ No newline at end of file +Ethereum Network Status
best block{{'#'}}{{ bestBlock | number}}
uncles  (current / last 50){{ bestStats.block.uncles.length }}/{{ uncleCount }}
last block{{ lastBlock | blockTimeFilter }}
avg block time{{ avgBlockTime | avgTimeFilter }}
avg network hashrate
difficulty{{ lastDifficulty | number }}
active nodes{{nodesActive}}/{{nodesTotal}}
gas price{{ bestStats.gasPrice.toString() | gasPriceFilter }}
page latency{{latency}} ms
uptime{{ upTimeTotal | upTimeFilter }}
block time
difficulty
block propagation
last blocks miners
{{miner.blocks}}
{{miner.miner | minerNameFilter : miner.name}}
uncle count  (25 blocks per bar)
transactions
gas spending
 
{{node.info.name}} ({{node.info.ip}})
{{node.stats | latencyFilter}}{{node.stats.peers}}{{node.stats.pending}}{{'#'}}{{ node.stats.block.number | number }}{{node.stats.block.hash | hashFilter}}{{node.stats.block.totalDifficulty | number}}{{node.stats.block.transactions.length || 0}}{{node.stats.block.uncles.length || 0}}{{node.stats.block.received | blockTimeFilter }}
{{node.stats.block.propagation | blockPropagationFilter}}
{{ node.stats | blockPropagationAvgFilter : bestBlock }}{{ node.stats.uptime | upTimeFilter }}
\ No newline at end of file diff --git a/views/index.jade b/views/index.jade index 58ab384..6cbf66a 100644 --- a/views/index.jade +++ b/views/index.jade @@ -183,7 +183,7 @@ block content th i.icon-bulb(data-toggle="tooltip", data-placement="top", title="Up-time", ng-click="orderTable(['-stats.uptime'], false)") tbody(ng-cloak) - tr(ng-repeat='node in nodes | orderBy:predicate', class="{{ node.stats | mainClass : bestBlock }}") + tr(ng-repeat='node in nodes | orderBy:predicate track by node.id', class="{{ node.stats | mainClass : bestBlock }}") td.td-nodecheck i(ng-click="node.pinned = !node.pinned", class="{{ node.pinned | nodePinClass }}", data-toggle="tooltip", data-placement="right", data-original-title="Click to {{ node.pinned ? 'un' : '' }}pin") td.nodeInfo(rel="{{node.id}}")