Merge pull request #152 from cubedro/develop

Bumped netstats api version
This commit is contained in:
Marian OANCΞA 2015-05-27 01:57:34 +03:00
commit 2ff94e51d5
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -33,7 +33,7 @@ netStatsApp.controller('StatsCtrl', function($scope, $filter, socket, _, toastr)
$scope.latency = 0;
$scope.currentApiVersion = "0.0.8";
$scope.currentApiVersion = "0.0.9";
$scope.predicate = ['-pinned', '-stats.active', '-stats.block.number', 'stats.block.propagation'];
$scope.reverse = false;