diff --git a/frontend/src/app/components/stratum/stratum-list/stratum-list.component.html b/frontend/src/app/components/stratum/stratum-list/stratum-list.component.html index 41707e37f..24801cf2c 100644 --- a/frontend/src/app/components/stratum/stratum-list/stratum-list.component.html +++ b/frontend/src/app/components/stratum/stratum-list/stratum-list.component.html @@ -7,27 +7,18 @@
Height | -Reward | -Coinbase Tag | Merkle Branches | Pool | +Coinbase Tag | +Reward | +Height |
- {{ row.job.height }} - | -
- |
- - {{ row.job.tag }} - | @for (cell of row.merkleCells; track $index) {@if ($index === 0 && cell.hash) { @@ -47,6 +38,15 @@ } | ++ {{ row.job.tag }} + | +
+ |
+ + {{ row.job.height }} + |