diff --git a/frontend/src/app/components/blocks-list/blocks-list.component.html b/frontend/src/app/components/blocks-list/blocks-list.component.html
index 39fbb95e0..85e2ea17f 100644
--- a/frontend/src/app/components/blocks-list/blocks-list.component.html
+++ b/frontend/src/app/components/blocks-list/blocks-list.component.html
@@ -1,6 +1,6 @@
Height | -Height | +Pool | -Timestamp | -Timestamp | +Health | -Reward | -Fees | -- | Fees | ++ | TXs | -Transactions | -Size | +Transactions | +Size | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ block.height }} | -
-
+
+
+ |
-
+
+ |
{{ block.timestamp * 1000 | date:'yyyy-MM-dd HH:mm' }}
|
-
+ |
Unknown
|
-
+ |
|
-
+ |
|
-
+ |
= 0" [class.negative]="block.extras.feeDelta < 0">
{{ block.extras.feeDelta > 0 ? '+' : '' }}{{ (block.extras.feeDelta * 100) | amountShortener: 2 }}%
|
-
+ |
{{ block.tx_count | number }}
|
-
+ |
|
@@ -82,34 +88,34 @@
+ |
|
-
+ |
|
-
+ |
|
-
+ |
|
-
+ |
|
-
+ |
|
-
+ |
|
-
+ |
|
-
+ |
|
-
+ |
|
|