bumped client version
This commit is contained in:
parent
f81773a348
commit
b0117b2490
2
dist/js/netstats.min.js
vendored
2
dist/js/netstats.min.js
vendored
File diff suppressed because one or more lines are too long
2
dist/js/netstats.min.js.map
vendored
2
dist/js/netstats.min.js.map
vendored
File diff suppressed because one or more lines are too long
@ -35,7 +35,7 @@ netStatsApp.controller('StatsCtrl', function($scope, $filter, $localStorage, soc
|
||||
|
||||
$scope.latency = 0;
|
||||
|
||||
$scope.currentApiVersion = "0.0.12";
|
||||
$scope.currentApiVersion = "0.0.13";
|
||||
|
||||
$scope.predicate = $localStorage.predicate || ['-pinned', '-stats.active', '-stats.block.number', 'stats.block.propagation'];
|
||||
$scope.reverse = $localStorage.reverse || false;
|
||||
|
@ -536,7 +536,7 @@ angular.module('netStatsApp.filters', [])
|
||||
return 'text-danger';
|
||||
|
||||
if(compareVersions(info.client, '<', current))
|
||||
return 'text-warning';
|
||||
return 'text-danger';
|
||||
|
||||
return 'hidden';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user