implement debug login;

add functions for add/remove/view peerings
This commit is contained in:
lare 2022-11-18 10:25:58 +01:00
parent c1663e42cc
commit 740b050fc4
5 changed files with 65 additions and 23 deletions

View file

@ -24,7 +24,7 @@
<td>{{config["nodes"][node]["country"]}}</td>
<td>{{config["nodes"][node]["city"]}}</td>
<td></td>
<td><a href="peer?node={{node}}">peer</a></td>
<td><a href="peerings/new?node={{node}}">peer</a></td>
</tr>
{% endfor %}
</table>