From 7f609a8b59dff19a2f1c0f76e808490d6331240b Mon Sep 17 00:00:00 2001 From: Sammy Libre Date: Tue, 6 Dec 2016 23:22:30 +0500 Subject: [PATCH] Fix Web-UI stats --- www/index.html | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/www/index.html b/www/index.html index ac5e989..a9827ae 100644 --- a/www/index.html +++ b/www/index.html @@ -46,25 +46,10 @@
- {{#if errors}} - - {{/if}} - {{#if info}} + {{#if template}}

- {{#if template}} Block height: {{height}} Difficulty: {{formatNumber diff maximumFractionDigits=4}} - {{/if}} - {{#if info}} - {{#if testnet}} - TESTNET - {{else}} - MAINNET - {{/if}} - Connections: {{formatNumber connections}} - {{/if}}

{{/if}}