added announcements box to LITE version

This commit is contained in:
cubedro 2015-07-30 15:58:11 +03:00
parent 2792533040
commit f01b69e8ce
2 changed files with 9 additions and 0 deletions

View File

@ -8,6 +8,7 @@ netStatsApp.controller('StatsCtrl', function($scope, $filter, socket, _, toastr)
// Main Stats init
// ---------------
$scope.frontierHash = '?';
$scope.nodesTotal = 0;
$scope.nodesActive = 0;
$scope.bestBlock = 0;

View File

@ -76,6 +76,14 @@ block content
span.small-title page latency
span.small-value {{latency}} ms
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.row(ng-cloak, style="padding-top: 10px")
table.table.table-striped
thead