Merge pull request #230 from cubedro/develop

Added olympic block #1028201 hash display box
This commit is contained in:
Marian OANCΞA 2015-07-30 15:49:17 +03:00
commit cf4fdf252a
2 changed files with 14 additions and 0 deletions

View File

@ -8,6 +8,7 @@ netStatsApp.controller('StatsCtrl', function($scope, $filter, $localStorage, soc
// Main Stats init
// ---------------
$scope.frontierHash = '?';
$scope.nodesTotal = 0;
$scope.nodesActive = 0;
$scope.bestBlock = 0;
@ -558,6 +559,11 @@ netStatsApp.controller('StatsCtrl', function($scope, $filter, $localStorage, soc
return parseInt(node.stats.block.number);
}).stats;
if($scope.bestBlock === 1028201)
{
$scope.frontierHash = $scope.bestStats.block.hash;
}
$scope.lastBlock = $scope.bestStats.block.arrived;
$scope.lastDifficulty = $scope.bestStats.block.difficulty;
}

View File

@ -146,6 +146,14 @@ block content
//- div.col-xs-12
nodemap#mapHolder(data="map")
div.col-xs-12.stats-boxes
div.row.second-row
div.col-xs-12.stat-holder.box
div.active-nodes.text-orange
i.icon-hashrate
span.small-title Block #1028201 hash
span.small-value {{frontierHash}}
//- div.clearfix
div.row(ng-cloak, style="padding-top: 10px")