diff --git a/frontend/src/app/bisq/bisq-blocks/bisq-blocks.component.html b/frontend/src/app/bisq/bisq-blocks/bisq-blocks.component.html index 929c9df74..3c331876f 100644 --- a/frontend/src/app/bisq/bisq-blocks/bisq-blocks.component.html +++ b/frontend/src/app/bisq/bisq-blocks/bisq-blocks.component.html @@ -8,16 +8,16 @@
Height | -Timestamp | -Total Sent (BSQ) | -Transactions | +Confirmed | +Total Sent | +Transactions |
---|---|---|---|---|---|---|
{{ block.height }} | -{{ block.time | date:'yyyy-MM-dd HH:mm' }} | -{{ calculateTotalOutput(block) / 100 | number: '1.2-2' }} | -{{ block.txs.length }} | +{{ calculateTotalOutput(block) / 100 | number: '1.2-2' }} BSQ | +{{ block.txs.length }} |
Transaction | +Transaction | Type | -Total Sent (BSQ) | -Outputs | -Block Height | -Block Time | +Amount | +Confirmed | +Height |
---|---|---|---|---|---|---|---|---|---|
{{ tx.id | shortenString : 16 }} | -{{ tx.id | slice : 0 : 8 }} | +
+ |
|
- {{ tx.outputs.length }} | -{{ tx.blockHeight }} | -{{ tx.time | date:'yyyy-MM-dd HH:mm' }} | +{{ tx.blockHeight }} |
Development @softsimon_
Operations @wiz
-
Design @markjborg
diff --git a/frontend/src/app/components/master-page/master-page.component.html b/frontend/src/app/components/master-page/master-page.component.html
index a80d7782f..099f346b7 100644
--- a/frontend/src/app/components/master-page/master-page.component.html
+++ b/frontend/src/app/components/master-page/master-page.component.html
@@ -1,6 +1,6 @@