diff --git a/package.json b/package.json index 4866371..e8bba40 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flosight-ui", "description": "An open-source frontend for the Flosight API. The Flosight API provides you with a convenient, powerful and simple way to query and broadcast data on the florincoin network and build your own services with it.", - "version": "5.0.0-beta.68", + "version": "5.0.0-beta.69", "repository": "git://github.com/bitpay/flosight-ui.git", "bugs": { "url": "https://github.com/bitpay/flosight-ui/issues" diff --git a/public/index-template.html b/public/index-template.html index 56de3a7..a42a4aa 100644 --- a/public/index-template.html +++ b/public/index-template.html @@ -71,5 +71,23 @@ + diff --git a/public/views/address.html b/public/views/address.html index a54af7c..8c36b6f 100644 --- a/public/views/address.html +++ b/public/views/address.html @@ -4,7 +4,7 @@

Address

{{address.addrStr}} - +
Final Balance {{$root.currency.getConvertion(address.balance) || address.balance + ' BTC' }} @@ -25,7 +25,7 @@
Address {{address.addrStr}} - +

Summary confirmed

diff --git a/public/views/block.html b/public/views/block.html index 7ad570e..30b903e 100644 --- a/public/views/block.html +++ b/public/views/block.html @@ -15,7 +15,7 @@ Hash {{block.hash}}

- +
@@ -39,7 +39,7 @@
BlockHash {{block.hash}} - +

Summary

@@ -75,7 +75,7 @@ Merkle Root
- + {{block.merkleroot}}
diff --git a/public/views/transaction.html b/public/views/transaction.html index 7de8be5..815112f 100644 --- a/public/views/transaction.html +++ b/public/views/transaction.html @@ -6,7 +6,7 @@

Transaction

{{tx.txid}} - +
@@ -43,7 +43,7 @@
Transaction {{tx.txid}} - +

Summary

@@ -82,7 +82,7 @@ diff --git a/public/views/transaction/tx.html b/public/views/transaction/tx.html index 776616e..4906c9b 100644 --- a/public/views/transaction/tx.html +++ b/public/views/transaction/tx.html @@ -5,7 +5,7 @@ {{tx.txid}} - +
@@ -95,7 +95,7 @@

scriptSig

{{item}}

- +
@@ -175,7 +175,7 @@

scriptPubKey

{{vout.scriptPubKey.asm}} - +
@@ -194,7 +194,7 @@
Included in Block {{tx.blockhash}} - +
@@ -214,7 +214,7 @@
floData: {{tx.floData}} - +
Coinbase
- + {{tx.vin[0].coinbase}}