testfix + logs style

This commit is contained in:
piair
2023-08-26 12:55:46 +02:00
parent cd39f7109e
commit 96cb82aac4
3 changed files with 5 additions and 4 deletions

View File

@ -53,7 +53,7 @@
<tr>
<td class="comlumn-name"></td>
<td>
<select name="select" onchange="change_proxy(this.value)">
<select name="select" onchange="change_proxy(this.value, '{{data|tojson}}')">
<option selected id="new" value="{{ len }}">Create new proxy</option>
{% for i in data %}
<option id="{{data[i]['name']}}" value="{{i}}">{{data[i]['name']}}</option>