From f0eb2ecfd98afcea8c136039c9d62760bd262a1c Mon Sep 17 00:00:00 2001 From: Sing Painter Date: Wed, 7 Nov 2018 09:26:49 +0300 Subject: [PATCH] #1 #2 --- app.js | 6 ++++++ index.html | 15 +++++++++++++-- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 4b2fa7b..027b6a3 100644 --- a/app.js +++ b/app.js @@ -140,6 +140,12 @@ lino.query .then(properties => { blockchainParametersTableHandler('post-param-table', properties); }); + +lino.query + .getReputationParam() + .then(properties => { + blockchainParametersTableHandler('reputation-param-table', properties); + }); $changeWorkRealTime.addEventListener('click', () => { if (workRealTime) { diff --git a/index.html b/index.html index 9d4c971..d8a6963 100644 --- a/index.html +++ b/index.html @@ -243,6 +243,17 @@
Current Height ...< +
+ + + + + + + + +
Reputation Param
+
@@ -400,12 +411,12 @@
- + - +