add "peering-dir", logging,

This commit is contained in:
lare 2022-11-20 10:57:33 +01:00
parent cc8f181f24
commit bc55c5df00
6 changed files with 78 additions and 23 deletions

View file

@ -2,7 +2,7 @@
{% block content %}
<form action="peer" method="post">
<form action="" method="post">
<select name="node" id="node">
{% for node in config["nodes"] %}
<option value="{{node}}" {% if selected_node %}{% if selected_node == node %}selected{% endif %}{% endif %} >{{node}}</option>