Merge pull request #82 from cubedro/develop

Styling improvements
This commit is contained in:
Marian OANCΞA 2015-04-17 13:20:48 +03:00
commit f6bbed2c02
3 changed files with 5 additions and 5 deletions

View File

@ -230,7 +230,7 @@ table td i:before {
}
.th-nodename {
width: 400px;
width: 200px;
}
.th-latency {

View File

@ -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',

View File

@ -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}}