add "peering-dir", logging,
This commit is contained in:
parent
7d5937f3fb
commit
33e49bc0b6
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