diff --git a/public/css/common.css b/public/css/common.css index 7e4da555..b7543c75 100644 --- a/public/css/common.css +++ b/public/css/common.css @@ -224,6 +224,10 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin-bottom: 45px; } +.progress-bar-info { + background-color: #8DC429; +} + /* Set the fixed height of the footer here */ #footer { height: 51px; diff --git a/public/views/status.html b/public/views/status.html index 8ca3f614..6ff6abfc 100644 --- a/public/views/status.html +++ b/public/views/status.html @@ -4,76 +4,11 @@ Application Status -
-
-

Bitcoin node information

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Loading... -
{{infoError}} -
Version{{info.version}}
Protocol version{{info.protocolversion}}
Wallet version{{info.walletversion}}
Balance (BTC){{info.balance}}
Blocks{{info.blocks}}
Time Offset{{info.timeoffset}}
Connections to other nodes{{info.connections}}
Proxy setting{{info.proxy}}
Mining Difficulty{{info.difficulty}}
Testnet{{info.testnet}}
Keypool Oldest Date{{info.keypoololdest*1000 | date:'medium' }}
Keypool Size{{info.keypoolsize}}
Default Transaction Fee (BTC){{info.paytxfee}}
Info Errors{{info.infoErrors}}
+
+
-

Sync Status

- +

Sync Status

+
- + - + - - -
{{ syncError }} @@ -91,29 +26,29 @@
Blocks to Sync{{sync.blocksToSync}}{{sync.blocksToSync}}
Synced Blocks{{sync.syncedBlocks}}{{sync.syncedBlocks}}
Start + {{sync.start}} (genesisBlock)
End + {{sync.end}} (genesisBlock)
Sync properties +
  • Stops at existing block
  • @@ -125,8 +60,8 @@
-

Transaction Output Set Information

- +

Transaction Output Set Information

+
@@ -136,54 +71,37 @@ - + - + - + - + - + - + - - - -
Loading...
Height{{txoutsetinfo.height}}{{txoutsetinfo.height}}
Best Block{{txoutsetinfo.bestblock}}{{txoutsetinfo.bestblock}}
Transactions{{txoutsetinfo.transactions}} {{txoutsetinfo.transactions}}
Transaction Outputs{{txoutsetinfo.txouts}}{{txoutsetinfo.txouts}}
Bytes Serialized{{txoutsetinfo.bytes_serialized}}{{txoutsetinfo.bytes_serialized}}
Hash Serialized{{txoutsetinfo.hash_serialized}}{{txoutsetinfo.hash_serialized}}
Total Amount{{txoutsetinfo.total_amount}}
- -

Difficulty

- - - - - - - - - - - - +
Loading...
{{infoError}}
Mining Difficulty{{difficulty}}{{txoutsetinfo.total_amount}}
-

Last Block

- +

Last Block

+
@@ -193,11 +111,98 @@ - +
Loading...
Last block hash{{lastblockhash}}{{lastblockhash}}
-
+
+ +
+
+

Bitcoin node information

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Loading... +
{{infoError}} +
Version{{info.version}}
Protocol version{{info.protocolversion}}
Wallet version{{info.walletversion}}
Balance (BTC){{info.balance}}
Blocks{{info.blocks}}
Time Offset{{info.timeoffset}}
Connections to other nodes{{info.connections}}
Proxy setting{{info.proxy}}
Mining Difficulty{{info.difficulty}}
Testnet{{info.testnet}}
Keypool Oldest Date{{info.keypoololdest*1000 | date:'medium' }}
Keypool Size{{info.keypoolsize}}
Default Transaction Fee (BTC){{info.paytxfee}}
Info Errors{{info.infoErrors}}
+ +

Difficulty

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