blockchain size added
This commit is contained in:
parent
fab11b21ae
commit
066684a309
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user