more peer propagation fixes
This commit is contained in:
parent
523666e660
commit
ad30326289
@ -222,7 +222,7 @@ table td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.th-blockhash {
|
.th-blockhash {
|
||||||
width: 140px;
|
width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.th-blocktime {
|
.th-blocktime {
|
||||||
@ -230,7 +230,8 @@ table td {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.th-peerPropagationChart {
|
.th-peerPropagationChart {
|
||||||
width: 140px;
|
text-align: center;
|
||||||
|
width: 125px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 639px) {
|
@media only screen and (max-width: 639px) {
|
||||||
|
@ -118,9 +118,9 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
|
|||||||
colorMap: jQuery.range_map({
|
colorMap: jQuery.range_map({
|
||||||
'0:1': '#10a0de',
|
'0:1': '#10a0de',
|
||||||
'1:5000': '#7bcc3a',
|
'1:5000': '#7bcc3a',
|
||||||
'6000:12000': '#FFD162',
|
'5001:12000': '#FFD162',
|
||||||
'13000:19000': '#ff8a00',
|
'12001:20000': '#ff8a00',
|
||||||
'20000:': '#F74B4B'
|
'20001:': '#F74B4B'
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user