still testing

This commit is contained in:
piair
2023-08-26 13:10:57 +02:00
parent 83a2b8f33e
commit c25a744a5c
2 changed files with 2 additions and 3 deletions

View File

@ -53,7 +53,7 @@
<tr>
<td class="comlumn-name"></td>
<td>
<select name="select" onchange= 'change_proxy(this.value, {{data|tojson}})'>
<select name="select" onchange="data = JSON.parse('{{data|tojson}}'); change_proxy(this.value, data)">
<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>