diff --git a/views/node-status.pug b/views/node-status.pug index c6b3c10..5ee072b 100644 --- a/views/node-status.pug +++ b/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 \ No newline at end of file