Added elided hash
And a couple of bits cleaned up
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
</div>
|
||||
<div class="infocard">
|
||||
<p>Blockheight: <span class="node_data">{{ node_info.height }}</span></p>
|
||||
<p>Latest block hash: <span class="node_data">{{ node_info.top_block_hash }}</span></p>
|
||||
<p>Latest block hash: <span class="node_data">{{ node_info.top_block_hash_elided }}</span></p>
|
||||
</div>
|
||||
<div class="infocard">
|
||||
<p>Free Space: <span class="node_data">{{ node_info.free_space_pretty }}</span></p>
|
||||
@@ -138,7 +138,7 @@
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">Height</th>
|
||||
<th scope="col">Size</th>
|
||||
<th scope="col">Size (Bytes)</th>
|
||||
<th scope="col">Transactions</th>
|
||||
<th scope="col">Timestamp (UTC)</th>
|
||||
<th scope="col">Hash</th>
|
||||
|
||||
Reference in New Issue
Block a user