diff --git a/web-ui/src/app/app.component.ts b/web-ui/src/app/app.component.ts index f5734bb7..755f1ba2 100644 --- a/web-ui/src/app/app.component.ts +++ b/web-ui/src/app/app.component.ts @@ -48,6 +48,7 @@ export class AppComponent { 'message.masternodeNotFound': 'Masternode not found', 'message.loadingLatestBlocks': 'Loading latest blocks...', 'message.loadingRichestAddresses': 'Loading richest addresses...', + 'message.transactionsNotAvailable': 'The transactions are not available, please try again in some minutes', // error messages 'error.nothingFound': 'That doesn\'t seem to be a valid address, nor valid block, neither a valid transaction or ip address', diff --git a/web-ui/src/app/components/block-details/block-details.component.html b/web-ui/src/app/components/block-details/block-details.component.html index 388f84d5..ef0cc73a 100644 --- a/web-ui/src/app/components/block-details/block-details.component.html +++ b/web-ui/src/app/components/block-details/block-details.component.html @@ -252,7 +252,13 @@
{{(currentPage - 1) * pageSize + index + 1}} |
{{item.id | slice:0:35}}...
@@ -281,11 +287,34 @@ {{'label.block' | translate}} #{{blockDetails.block.height
-
|
# | +{{'label.transaction' | translate}} | +
---|---|
{{index + 1}} | ++ {{item | slice:0:35}}... + | +