added table order
This commit is contained in:
@@ -25,6 +25,9 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
|
||||
$scope.nodes = [];
|
||||
$scope.map = [];
|
||||
|
||||
$scope.predicate = ['-stats.block.number', 'stats.block.propagation'];
|
||||
$scope.reverse = false;
|
||||
|
||||
$scope.timeout = setInterval(function(){
|
||||
$scope.$apply();
|
||||
}, 1000);
|
||||
|
||||
Reference in New Issue
Block a user