Added elided hash

And a couple of bits cleaned up
This commit is contained in:
2024-05-27 19:10:30 +01:00
parent f668fbe30b
commit 0396f19fa6
3 changed files with 36 additions and 22 deletions

View File

@@ -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>