Browse Source

armor

fix-133-memory-crash
Dan Janosik 7 years ago
parent
commit
ed0ca14744
  1. 5
      views/node-status.pug

5
views/node-status.pug

@ -19,7 +19,7 @@ block content
pre
code #{JSON.stringify(getblockchaininfo, null, 4)}
if (true)
if (global.client)
table(class="table")
tr
th(class="table-active properties-header") Host : Port
@ -90,4 +90,7 @@ block content
span #{getblockchaininfo.warnings}
else
span None
else
div(class="alert alert-warning") No active RPC connection
Loading…
Cancel
Save