fixed styling
This commit is contained in:
parent
95ce5488f1
commit
409af3720e
@ -440,10 +440,10 @@ History.prototype.getGasLimit = function()
|
|||||||
{
|
{
|
||||||
var gasLimitHistory = _( this._items )
|
var gasLimitHistory = _( this._items )
|
||||||
.sortByOrder( 'height', false )
|
.sortByOrder( 'height', false )
|
||||||
.filter(function (item)
|
// .filter(function (item)
|
||||||
{
|
// {
|
||||||
return item.block.trusted;
|
// return item.block.trusted;
|
||||||
})
|
// })
|
||||||
.slice(0, MAX_BINS)
|
.slice(0, MAX_BINS)
|
||||||
.reverse()
|
.reverse()
|
||||||
.map(function (item)
|
.map(function (item)
|
||||||
@ -559,7 +559,7 @@ History.prototype.getMinersCount = function()
|
|||||||
|
|
||||||
return _(minerCount)
|
return _(minerCount)
|
||||||
.sortByOrder( 'blocks', false )
|
.sortByOrder( 'blocks', false )
|
||||||
.slice(0, 5)
|
.slice(0, 2)
|
||||||
.value();
|
.value();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -343,7 +343,7 @@ nodepropagchart {
|
|||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 282px;
|
height: 242px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -211,13 +211,13 @@ angular.module('netStatsApp.directives', [])
|
|||||||
element.empty();
|
element.empty();
|
||||||
|
|
||||||
var width = 628,
|
var width = 628,
|
||||||
height = 244;
|
height = 202;
|
||||||
|
|
||||||
scope.map = new Datamap({
|
scope.map = new Datamap({
|
||||||
element: element[0],
|
element: element[0],
|
||||||
scope: 'world',
|
scope: 'world',
|
||||||
width: width,
|
width: width,
|
||||||
height: 300,
|
height: 242,
|
||||||
fills: {
|
fills: {
|
||||||
success: '#7BCC3A',
|
success: '#7BCC3A',
|
||||||
info: '#10A0DE',
|
info: '#10A0DE',
|
||||||
|
@ -60,44 +60,37 @@ block content
|
|||||||
|
|
||||||
|
|
||||||
div.row(ng-cloak)
|
div.row(ng-cloak)
|
||||||
div.col-xs-8.stats-boxes(style="padding-top: 0px;")
|
div.col-xs-12.stats-boxes(style="padding-top: 0px;")
|
||||||
div.row.second-row
|
div.row.second-row
|
||||||
div.col-xs-3.stat-holder.box
|
div.col-xs-2.stat-holder.box
|
||||||
div.active-nodes(class="{{ nodesActive | nodesActiveClass : nodesTotal }}")
|
div.active-nodes(class="{{ nodesActive | nodesActiveClass : nodesTotal }}")
|
||||||
i.icon-node
|
i.icon-node
|
||||||
span.small-title active nodes
|
span.small-title active nodes
|
||||||
span.small-value {{nodesActive}}/{{nodesTotal}}
|
span.small-value {{nodesActive}}/{{nodesTotal}}
|
||||||
//- div.col-xs-3.stat-holder.box
|
div.col-xs-2.stat-holder.box
|
||||||
//- div.difficulty.text-info
|
|
||||||
//- i.icon-difficulty
|
|
||||||
//- span.small-title difficulty
|
|
||||||
//- span.small-value {{ lastDifficulty | number }}
|
|
||||||
div.col-xs-3.stat-holder.box
|
|
||||||
div.gasprice.text-info
|
div.gasprice.text-info
|
||||||
i.icon-gasprice
|
i.icon-gasprice
|
||||||
span.small-title gas price
|
span.small-title gas price
|
||||||
span.small-value {{ bestStats.gasPrice.toString() | gasPriceFilter }}
|
span.small-value {{ bestStats.gasPrice.toString() | gasPriceFilter }}
|
||||||
div.col-xs-3.stat-holder.box
|
div.col-xs-2.stat-holder.box
|
||||||
div.page-latency(class="{{ {active: true, latency: latency} | latencyClass }}")
|
|
||||||
i.icon-clock
|
|
||||||
span.small-title page latency
|
|
||||||
span.small-value {{latency}} ms
|
|
||||||
div.col-xs-3.stat-holder.box
|
|
||||||
div.uptime(class="{{ upTimeTotal | upTimeClass : true }}")
|
|
||||||
i.icon-bulb
|
|
||||||
span.small-title uptime
|
|
||||||
span.small-value {{ upTimeTotal | upTimeFilter }}
|
|
||||||
|
|
||||||
div.row.second-row
|
|
||||||
div.col-xs-3.stat-holder.box
|
|
||||||
div.col-xs-3.stat-holder.box
|
|
||||||
div.gasprice.text-info
|
div.gasprice.text-info
|
||||||
i.icon-gasprice
|
i.icon-gasprice
|
||||||
span.small-title gas limit
|
span.small-title gas limit
|
||||||
span.small-value {{ bestStats.block.gasLimit }} gas
|
span.small-value {{ bestStats.block.gasLimit }} gas
|
||||||
div.col-xs-3.stat-holder.box
|
div.col-xs-2.stat-holder.box
|
||||||
div.col-xs-3.stat-holder.box
|
div.page-latency(class="{{ {active: true, latency: latency} | latencyClass }}")
|
||||||
|
i.icon-clock
|
||||||
|
span.small-title page latency
|
||||||
|
span.small-value {{latency}} ms
|
||||||
|
div.col-xs-2.stat-holder.box
|
||||||
|
div.uptime(class="{{ upTimeTotal | upTimeClass : true }}")
|
||||||
|
i.icon-bulb
|
||||||
|
span.small-title uptime
|
||||||
|
span.small-value {{ upTimeTotal | upTimeFilter }}
|
||||||
|
div.col-xs-2.stat-holder.box
|
||||||
|
|
||||||
|
div.row
|
||||||
|
div.col-xs-8
|
||||||
div.row
|
div.row
|
||||||
div.col-xs-3.stat-holder
|
div.col-xs-3.stat-holder
|
||||||
div.big-info.chart(class="{{ avgBlockTime | avgTimeClass }}")
|
div.big-info.chart(class="{{ avgBlockTime | avgTimeClass }}")
|
||||||
@ -120,8 +113,8 @@ block content
|
|||||||
//- span.small-value {{ blockPropagationAvg | blockPropagationFilter : '' }}
|
//- span.small-value {{ blockPropagationAvg | blockPropagationFilter : '' }}
|
||||||
histogram.big-details.d3-blockpropagation(data="blockPropagationChart")
|
histogram.big-details.d3-blockpropagation(data="blockPropagationChart")
|
||||||
|
|
||||||
div.col-xs-3.stat-holder.pull-right
|
div.col-xs-3.stat-holder.xpull-right
|
||||||
div.big-info.chart.double-chart
|
div.big-info.chart.xdouble-chart
|
||||||
span.small-title last blocks miners
|
span.small-title last blocks miners
|
||||||
div.blocks-holder(ng-repeat='miner in miners track by miner.miner', data-toggle="tooltip", data-placement="right", data-original-title="{{miner.blocks}}")
|
div.blocks-holder(ng-repeat='miner in miners track by miner.miner', data-toggle="tooltip", data-placement="right", data-original-title="{{miner.blocks}}")
|
||||||
div.block-count(class="{{miner.blocks | minerBlocksClass : 'text-'}}") {{miner.blocks}}
|
div.block-count(class="{{miner.blocks | minerBlocksClass : 'text-'}}") {{miner.blocks}}
|
||||||
@ -150,13 +143,6 @@ block content
|
|||||||
span.small-title gas spending
|
span.small-title gas spending
|
||||||
sparkchart.big-details.spark-gasspending(data="{{gasSpending.join(',')}}")
|
sparkchart.big-details.spark-gasspending(data="{{gasSpending.join(',')}}")
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
div.col-xs-4.stat-holder.map-holder
|
|
||||||
//- div.col-xs-12
|
|
||||||
nodemap#mapHolder(data="map")
|
|
||||||
|
|
||||||
div.row
|
|
||||||
div.col-xs-3.stat-holder
|
div.col-xs-3.stat-holder
|
||||||
div.big-info.chart.text-info
|
div.big-info.chart.text-info
|
||||||
//- i.icon-difficulty
|
//- i.icon-difficulty
|
||||||
@ -164,7 +150,13 @@ block content
|
|||||||
//- span.small-value {{ lastDifficulty | number }}
|
//- span.small-value {{ lastDifficulty | number }}
|
||||||
sparkchart.big-details.spark-difficulty(data="{{lastGasLimit.join(',')}}")
|
sparkchart.big-details.spark-difficulty(data="{{lastGasLimit.join(',')}}")
|
||||||
|
|
||||||
div.row
|
|
||||||
|
|
||||||
|
div.col-xs-4.stat-holder.map-holder
|
||||||
|
//- div.col-xs-12
|
||||||
|
nodemap#mapHolder(data="map")
|
||||||
|
|
||||||
|
//- div.row
|
||||||
div.col-xs-12.stats-boxes
|
div.col-xs-12.stats-boxes
|
||||||
div.row.second-row
|
div.row.second-row
|
||||||
div.col-xs-12.stat-holder.box
|
div.col-xs-12.stat-holder.box
|
||||||
|
Loading…
Reference in New Issue
Block a user