Browse Source

Merge pull request #36 from oktapodia/fix/node-status-page

Fix node-status page
fix-133-memory-crash
Dan Janosik 7 years ago
committed by GitHub
parent
commit
f2587c57e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      views/node-status.pug

2
views/node-status.pug

@ -23,7 +23,7 @@ block content
table(class="table")
tr
th(class="table-active properties-header") Host : Port
td(class="monospace") #{env.rpc.host + " : " + env.rpc.port}
td(class="monospace") #{global.client.host + " : " + global.client.port}
tr
th(class="table-active properties-header") Chain

Loading…
Cancel
Save