grayed out nodes to bottom

This commit is contained in:
cubedro
2015-04-10 00:26:52 +03:00
parent f7094cda14
commit 662a5a3c20
2 changed files with 12 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
$scope.latency = 0;
$scope.predicate = ['-stats.block.number', 'stats.block.propagation'];
$scope.predicate = ['-stats.active', '-stats.block.number', 'stats.block.propagation'];
$scope.reverse = false;
$scope.orderTable = function(predicate, reverse)