Merge pull request #160 from cubedro/develop

Bumped netstats api version
This commit is contained in:
Marian OANCΞA 2015-05-28 13:44:59 +03:00
commit f2750e8c35
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

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