From 149fe6337ae4efc0f5591bda63aa20482d5f5994 Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Tue, 21 Jan 2014 18:38:02 -0300 Subject: [PATCH] homepage: show blocks and transactions --- public/views/index.html | 65 ++++++++++++++++++++++++++++++++--------- 1 file changed, 51 insertions(+), 14 deletions(-) diff --git a/public/views/index.html b/public/views/index.html index 0e4de2b..7ae3dda 100644 --- a/public/views/index.html +++ b/public/views/index.html @@ -4,21 +4,58 @@
-
-

New transactions

- +
+

Blocks

+ + + + + + + + + + + + + + + + + + + + +
HeightAgeTransactionsSizeConfirmations
Loading...
+ {{b.height}} + {{human_since(b.time)}}{{b.tx.length}}{{b.size}}{{b.confirmations}}
+
-
-

New blocks

- + +
+

Transactions

+ + + + + + + + + + + + + + + + + + + +
HashAgeValue OutSize
Loading...
+ {{tx.txid}} + {{human_since(tx.time)}}{{tx.valueOut}}{{tx.size}}