|
|
@@ -1,10 +1,10 @@ |
|
|
|
extends layout |
|
|
|
|
|
|
|
block headContent |
|
|
|
title Node Info |
|
|
|
title Network Info |
|
|
|
|
|
|
|
block content |
|
|
|
h1 Node Info |
|
|
|
h1 Network Info |
|
|
|
hr |
|
|
|
|
|
|
|
if (getinfo) |
|
|
@@ -17,9 +17,6 @@ block content |
|
|
|
|
|
|
|
if (true) |
|
|
|
table(class="table") |
|
|
|
tr |
|
|
|
th(class="table-active properties-header") BTC Price |
|
|
|
include btcprice |
|
|
|
tr |
|
|
|
th(class="table-active properties-header") Hash amount |
|
|
|
td(class="monospace") #{getmininginfo.networkhashps.toLocaleString()} |
|
|
@@ -36,11 +33,8 @@ block content |
|
|
|
th(class="table-active properties-header") Connections |
|
|
|
td(class="monospace") #{getinfo.connections.toLocaleString()} |
|
|
|
tr |
|
|
|
th(class="table-active properties-header") Testnet? |
|
|
|
td(class="monospace") #{getinfo.testnet} |
|
|
|
tr |
|
|
|
th(class="table-active properties-header") Errors |
|
|
|
td(class="monospace") #{getinfo.errors} |
|
|
|
th(class="table-active properties-header") BTC Price |
|
|
|
include btcprice |
|
|
|
|
|
|
|
|
|
|
|
//tr |
|
|
@@ -59,17 +53,17 @@ block content |
|
|
|
if (fraction >= 1) |
|
|
|
- scaleDone = true; |
|
|
|
span(class="text-muted") (#{fraction} #{item.name}) |
|
|
|
tr |
|
|
|
th(class="table-active properties-header") Testnet? |
|
|
|
td(class="monospace") #{getinfo.testnet} |
|
|
|
tr |
|
|
|
th(class="table-active properties-header") Errors |
|
|
|
td(class="monospace") #{getinfo.errors} |
|
|
|
|
|
|
|
//tr |
|
|
|
// th(class="table-active properties-header") Nodes |
|
|
|
// td |
|
|
|
// a(href="https://smartcash.bitcoiner.me/smartnodes/worldmap/") |
|
|
|
// img(src="https://smartcash.bitcoiner.me/smartnodes/worldmap/map.php") |
|
|
|
|
|
|
|
//if (getmininginfo) |
|
|
|
// table(class="table") |
|
|
|
// tr |
|
|
|
// th(class="table-active properties-header") Hash Amount |
|
|
|
// td(class="monospace") #{getmininginfo.networkhashps} |
|
|
|
tr |
|
|
|
th(class="table-active properties-header") Version |
|
|
|
td(class="monospace") #{getinfo.version} |
|
|
|
|