add loading of MNT-data from kverify

This commit is contained in:
lare 2022-11-17 06:43:43 +01:00
parent b305139033
commit 1770eeb201
7 changed files with 100 additions and 24 deletions

View file

@ -11,6 +11,7 @@
<table>
<thead>
<tr>
<th>NodeName</th>
<th>Country</th>
<th>City</th>
<th>peerings</th>
@ -19,6 +20,7 @@
</thead>
{% for node in config["nodes"] %}
<tr>
<td>{{node}}</td>
<td>{{config["nodes"][node]["country"]}}</td>
<td>{{config["nodes"][node]["city"]}}</td>
<td></td>