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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|