commit
f6bbed2c02
@ -230,7 +230,7 @@ table td i:before {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.th-nodename {
|
.th-nodename {
|
||||||
width: 400px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th-latency {
|
.th-latency {
|
||||||
|
@ -164,7 +164,7 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
|
|||||||
barWidth : 2,
|
barWidth : 2,
|
||||||
barSpacing : 1,
|
barSpacing : 1,
|
||||||
tooltipSuffix: ' ms',
|
tooltipSuffix: ' ms',
|
||||||
chartRangeMax: 12000,
|
chartRangeMax: 8000,
|
||||||
colorMap: jQuery.range_map({
|
colorMap: jQuery.range_map({
|
||||||
'0:1': '#10a0de',
|
'0:1': '#10a0de',
|
||||||
'1:1000': '#7bcc3a',
|
'1:1000': '#7bcc3a',
|
||||||
@ -189,7 +189,7 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
|
|||||||
barWidth : 2,
|
barWidth : 2,
|
||||||
barSpacing : 1,
|
barSpacing : 1,
|
||||||
tooltipSuffix: ' ms',
|
tooltipSuffix: ' ms',
|
||||||
chartRangeMax: 12000,
|
chartRangeMax: 8000,
|
||||||
colorMap: jQuery.range_map({
|
colorMap: jQuery.range_map({
|
||||||
'0:1': '#10a0de',
|
'0:1': '#10a0de',
|
||||||
'1:1000': '#7bcc3a',
|
'1:1000': '#7bcc3a',
|
||||||
|
@ -57,7 +57,7 @@ block content
|
|||||||
|
|
||||||
div.clearfix
|
div.clearfix
|
||||||
|
|
||||||
div.row
|
div.row(ng-cloak)
|
||||||
div.col-xs-6.stats-boxes(style="padding-top: 30px;")
|
div.col-xs-6.stats-boxes(style="padding-top: 30px;")
|
||||||
div.row
|
div.row
|
||||||
div.col-xs-4.stat-holder
|
div.col-xs-4.stat-holder
|
||||||
@ -130,7 +130,7 @@ block content
|
|||||||
th.th-peerPropagationChart
|
th.th-peerPropagationChart
|
||||||
th
|
th
|
||||||
i.icon-bulb(data-toggle="tooltip", data-placement="top", title="Up-time", ng-click="orderTable(['-stats.active', '-stats.uptime'], false)")
|
i.icon-bulb(data-toggle="tooltip", data-placement="top", title="Up-time", ng-click="orderTable(['-stats.active', '-stats.uptime'], false)")
|
||||||
tbody
|
tbody(ng-cloak)
|
||||||
tr(ng-repeat='node in nodes | orderBy:predicate:reverse', class="{{ node.stats | mainClass : bestBlock }}")
|
tr(ng-repeat='node in nodes | orderBy:predicate:reverse', class="{{ node.stats | mainClass : bestBlock }}")
|
||||||
td.nodeInfo(rel="{{node.id}}")
|
td.nodeInfo(rel="{{node.id}}")
|
||||||
span.small(data-toggle="tooltip", data-placement="top", data-html="true", data-original-title="{{node | geoTooltip}}") {{node.info.name}}
|
span.small(data-toggle="tooltip", data-placement="top", data-html="true", data-original-title="{{node | geoTooltip}}") {{node.info.name}}
|
||||||
|
Loading…
Reference in New Issue
Block a user