From 066684a309c61c8200ecac023fdff47d7b19ebc6 Mon Sep 17 00:00:00 2001 From: "C.Sabash" Date: Thu, 4 Jun 2020 12:58:13 +0530 Subject: [PATCH] blockchain size added --- server/i18n/de.json | 1 + server/i18n/en.json | 1 + .../block-detail-list/block-detail-list.component.html | 8 ++++++++ 3 files changed, 10 insertions(+) diff --git a/server/i18n/de.json b/server/i18n/de.json index c9bb629..0b09715 100644 --- a/server/i18n/de.json +++ b/server/i18n/de.json @@ -21,6 +21,7 @@ "blocks-by-algorithm" : "Blöcke nach Algorithmus", "VIEWALL": "Alle Diagramme anzeigen", "BLOCKCHAIN_HEIGHT": "Blockchain Höhe", + "BLOCKCHAIN_SIZE":"Blockchain Größe", "LATEST_BLOCKS" : "Letzter Block", "LATEST_BLOCK_AGE": "Letzter Block", "CURRENT_TARGET_DIFF": "Aktuelle Zielschwierigkeit", diff --git a/server/i18n/en.json b/server/i18n/en.json index 14071ca..4b61b3f 100644 --- a/server/i18n/en.json +++ b/server/i18n/en.json @@ -21,6 +21,7 @@ "blocks-by-algorithm" : "Blocks by Algorithm", "VIEWALL": "View All Charts", "BLOCKCHAIN_HEIGHT": "Blockchain Height", + "BLOCKCHAIN_SIZE":"Blockchain Size", "LATEST_BLOCKS" : "Latest Blocks", "LATEST_BLOCK_AGE": "Latest Block", "CURRENT_TARGET_DIFF": "Current Target Difficulty", diff --git a/src/app/view/home/block-detail-list/block-detail-list.component.html b/src/app/view/home/block-detail-list/block-detail-list.component.html index 262284c..d88d108 100644 --- a/src/app/view/home/block-detail-list/block-detail-list.component.html +++ b/src/app/view/home/block-detail-list/block-detail-list.component.html @@ -37,6 +37,14 @@ {{ latestblockdetail.block_height | number }} Blocks

+

{{ "home.BLOCKCHAIN_SIZE" | translate }}

+

+ {{ latestblockdetail.diskSpace }} + +