add "peering-dir", logging,
This commit is contained in:
parent
cc8f181f24
commit
bc55c5df00
6 changed files with 78 additions and 23 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue