blockchain size added
This commit is contained in:
parent
fab11b21ae
commit
066684a309
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -37,6 +37,14 @@
|
||||
{{ latestblockdetail.block_height | number }}
|
||||
<span class="">Blocks</span>
|
||||
</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 class="col-md-4 col-xl-2">
|
||||
|
Loading…
Reference in New Issue
Block a user