commit
f6bbed2c02
@ -230,7 +230,7 @@ table td i:before {
|
||||
}
|
||||
|
||||
.th-nodename {
|
||||
width: 400px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
.th-latency {
|
||||
|
@ -164,7 +164,7 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
|
||||
barWidth : 2,
|
||||
barSpacing : 1,
|
||||
tooltipSuffix: ' ms',
|
||||
chartRangeMax: 12000,
|
||||
chartRangeMax: 8000,
|
||||
colorMap: jQuery.range_map({
|
||||
'0:1': '#10a0de',
|
||||
'1:1000': '#7bcc3a',
|
||||
@ -189,7 +189,7 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
|
||||
barWidth : 2,
|
||||
barSpacing : 1,
|
||||
tooltipSuffix: ' ms',
|
||||
chartRangeMax: 12000,
|
||||
chartRangeMax: 8000,
|
||||
colorMap: jQuery.range_map({
|
||||
'0:1': '#10a0de',
|
||||
'1:1000': '#7bcc3a',
|
||||
|
@ -57,7 +57,7 @@ block content
|
||||
|
||||
div.clearfix
|
||||
|
||||
div.row
|
||||
div.row(ng-cloak)
|
||||
div.col-xs-6.stats-boxes(style="padding-top: 30px;")
|
||||
div.row
|
||||
div.col-xs-4.stat-holder
|
||||
@ -130,7 +130,7 @@ block content
|
||||
th.th-peerPropagationChart
|
||||
th
|
||||
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 }}")
|
||||
td.nodeInfo(rel="{{node.id}}")
|
||||
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