Merge pull request #231 from cubedro/develop
Added announcements box to LITE version
This commit is contained in:
commit
e2207472c1
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user