From 30bdbf051e353c43af6694ffadb7cffcb34f48e2 Mon Sep 17 00:00:00 2001 From: Bechi Date: Tue, 21 Jan 2014 16:06:21 -0300 Subject: [PATCH] status page --- public/css/common.css | 4 + public/views/status.html | 226 ++++++++++++++++++++------------------- 2 files changed, 118 insertions(+), 112 deletions(-) diff --git a/public/css/common.css b/public/css/common.css index ccbc4278..b2b5e2ee 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -221,6 +221,10 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { border: 2px solid #6C0000; } +#status .table { + margin-bottom: 45px; +} + /* Set the fixed height of the footer here */ #footer { height: 51px; diff --git a/public/views/status.html b/public/views/status.html index da408791..94cfaf79 100644 --- a/public/views/status.html +++ b/public/views/status.html @@ -1,79 +1,11 @@
- -
-
-

getInfo()

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Loading... -
{{infoError}} -
Version{{info.version}}
protocolversion{{info.protocolversion}}
walletversion{{info.walletversion}}
balance{{info.balance}}
blocks{{info.blocks}}
timeoffset{{info.timeoffset}}
connections{{info.connections}}
proxy{{info.proxy}}
difficulty{{info.difficulty}}
testnet{{info.testnet}}
keypoololdest{{info.keypoololdest}}
keypoolsize{{info.keypoolsize}}
paytxfee{{info.paytxfee}}
infoErrors{{info.infoErrors}}
- -

Sync Status

- +
+ +
+

Sync Status

+
{{ syncError }} @@ -119,9 +51,9 @@
- -

getTxOutSetInfo()

- + +

getTxOutSetInfo()

+
@@ -160,39 +92,109 @@
Loading...
-

getDifficulty()

- - - - - - - - - - - - - - -
Loading...
{{infoError}}
Difficulty{{difficulty}}
- -

getLastBlockHash()

- - - - - - - - - - - - - -
Loading...
{{infoError}}
Last block hash{{lastblockhash}}
-
-
+

getLastBlockHash()

+ + + + + + + + + + + + + +
Loading...
{{infoError}}
Last block hash{{lastblockhash}}
+ + +
+
+

getInfo()

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Loading... +
{{infoError}} +
Version{{info.version}}
protocolversion{{info.protocolversion}}
walletversion{{info.walletversion}}
balance{{info.balance}}
blocks{{info.blocks}}
timeoffset{{info.timeoffset}}
connections{{info.connections}}
proxy{{info.proxy}}
difficulty{{info.difficulty}}
testnet{{info.testnet}}
keypoololdest{{info.keypoololdest}}
keypoolsize{{info.keypoolsize}}
paytxfee{{info.paytxfee}}
infoErrors{{info.infoErrors}}
+ +

getDifficulty()

+ + + + + + + + + + + + + + +
Loading...
{{infoError}}
Difficulty{{difficulty}}
+
+
+