blockchain size added

This commit is contained in:
C.Sabash 2020-06-04 12:58:13 +05:30
parent fab11b21ae
commit 066684a309
3 changed files with 10 additions and 0 deletions

View File

@ -21,6 +21,7 @@
"blocks-by-algorithm" : "Blöcke nach Algorithmus", "blocks-by-algorithm" : "Blöcke nach Algorithmus",
"VIEWALL": "Alle Diagramme anzeigen", "VIEWALL": "Alle Diagramme anzeigen",
"BLOCKCHAIN_HEIGHT": "Blockchain Höhe", "BLOCKCHAIN_HEIGHT": "Blockchain Höhe",
"BLOCKCHAIN_SIZE":"Blockchain Größe",
"LATEST_BLOCKS" : "Letzter Block", "LATEST_BLOCKS" : "Letzter Block",
"LATEST_BLOCK_AGE": "Letzter Block", "LATEST_BLOCK_AGE": "Letzter Block",
"CURRENT_TARGET_DIFF": "Aktuelle Zielschwierigkeit", "CURRENT_TARGET_DIFF": "Aktuelle Zielschwierigkeit",

View File

@ -21,6 +21,7 @@
"blocks-by-algorithm" : "Blocks by Algorithm", "blocks-by-algorithm" : "Blocks by Algorithm",
"VIEWALL": "View All Charts", "VIEWALL": "View All Charts",
"BLOCKCHAIN_HEIGHT": "Blockchain Height", "BLOCKCHAIN_HEIGHT": "Blockchain Height",
"BLOCKCHAIN_SIZE":"Blockchain Size",
"LATEST_BLOCKS" : "Latest Blocks", "LATEST_BLOCKS" : "Latest Blocks",
"LATEST_BLOCK_AGE": "Latest Block", "LATEST_BLOCK_AGE": "Latest Block",
"CURRENT_TARGET_DIFF": "Current Target Difficulty", "CURRENT_TARGET_DIFF": "Current Target Difficulty",

View File

@ -37,6 +37,14 @@
{{ latestblockdetail.block_height | number }} {{ latestblockdetail.block_height | number }}
<span class="">Blocks</span> <span class="">Blocks</span>
</p> </p>
<p class="mb-0 desc">{{ "home.BLOCKCHAIN_SIZE" | translate }}</p>
<p
class="count mb-0"
[ngClass]="latestblockdetail.blink == true ? 'item-highlight' : ''"
>
{{ latestblockdetail.diskSpace }}
</p>
</div> </div>
</div> </div>
<div class="col-md-4 col-xl-2"> <div class="col-md-4 col-xl-2">