Skip to content

Commit

Permalink
added announcements box to LITE version
Browse files Browse the repository at this point in the history
  • Loading branch information
cubedro committed Jul 30, 2015
1 parent 2792533 commit f01b69e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src-lite/js/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
8 changes: 8 additions & 0 deletions src-lite/views/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f01b69e

Please sign in to comment.