mirror of https://github.com/nucypher/nucypher.git
include block height in the node's html status web page.
parent
7f4da9ed1c
commit
6bc2d4bad2
|
@ -183,6 +183,10 @@ def character_span(character):
|
|||
%endfor
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><i>Latest Scanned Block:</i></td>
|
||||
<td>${ status_info.block_height }</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
%if status_info.known_nodes is not None:
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
|
||||
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue