From db89d019033290c7552422fad258ef421dde1ecc Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Fri, 14 Feb 2014 10:09:44 -0300 Subject: [PATCH] added start date and finix date in status page --- public/views/status.html | 250 ++++++++++++++++++++------------------- 1 file changed, 129 insertions(+), 121 deletions(-) diff --git a/public/views/status.html b/public/views/status.html index 582764e3..5b55f801 100644 --- a/public/views/status.html +++ b/public/views/status.html @@ -9,154 +9,162 @@

Sync Status

- - +
{{sync.error}} - - - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Sync Progress -
-
- {{sync.syncPercentage}}% Complete +
Sync Progress +
+
+ {{sync.syncPercentage}}% Complete +
- -
Current Sync Status{{sync.status}}
Initial Block Chain Height{{sync.blockChainHeight}}
Synced Blocks{{sync.syncedBlocks}}
Skipped Blocks (previously synced){{sync.skippedBlocks}}
Current Sync Status{{sync.status}}
Start Date
Finish Date
Initial Block Chain Height{{sync.blockChainHeight}}
Synced Blocks{{sync.syncedBlocks}}
Skipped Blocks (previously synced){{sync.skippedBlocks}}
Sync Type{{sync.type}}

Last Block

- - - - - - - - - - + + + + + + + + + +
Last Block Hash (Bitcoind){{lastblockhash}}
Current Blockchain Tip(insight){{syncTipHash}}
Last Block Hash (Bitcoind){{lastblockhash}}
Current Blockchain Tip(insight){{syncTipHash}}
-

Transaction Output Set Information

-
- + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Height{{txoutsetinfo.height}}
Best Block{{txoutsetinfo.bestblock}}
Transactions {{txoutsetinfo.transactions}}
Transaction Outputs{{txoutsetinfo.txouts}}
Bytes Serialized{{txoutsetinfo.bytes_serialized}}
Hash Serialized{{txoutsetinfo.hash_serialized}}
Total Amount{{txoutsetinfo.total_amount}}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Height{{txoutsetinfo.height}}
Best Block{{txoutsetinfo.bestblock}}
Transactions {{txoutsetinfo.transactions}}
Transaction Outputs{{txoutsetinfo.txouts}}
Bytes Serialized{{txoutsetinfo.bytes_serialized}}
Hash Serialized{{txoutsetinfo.hash_serialized}}
Total Amount{{txoutsetinfo.total_amount}}
-
- -

Bitcoin node information

- + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Version{{info.version}}
Protocol version{{info.protocolversion}}
Blocks{{info.blocks}}
Time Offset{{info.timeoffset}}
Connections to other nodes{{info.connections}}
Mining Difficulty{{info.difficulty}}
Testnet{{info.testnet}}
Proxy setting{{info.proxy}}
Info Errors{{info.infoErrors}}
Version{{info.version}}
Protocol version{{info.protocolversion}}
Blocks{{info.blocks}}
Time Offset{{info.timeoffset}}
Connections to other nodes{{info.connections}}
Mining Difficulty{{info.difficulty}}
Testnet{{info.testnet}}
Proxy setting{{info.proxy}}
Info Errors{{info.infoErrors}}

Difficulty

- - - - - + + + + + +
Mining Difficulty{{difficulty}}
Mining Difficulty{{difficulty}}