added default name order

This commit is contained in:
cubedro
2015-04-06 05:57:13 +03:00
parent e764147d2a
commit 5be6c2192f
2 changed files with 3 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
$scope.nodes = [];
$scope.map = [];
$scope.predicate = ['-stats.block.number', 'stats.block.propagation'];
$scope.predicate = 'info.name';
$scope.reverse = false;
$scope.timeout = setInterval(function(){