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