hmm test
This commit is contained in:
parent
96cb82aac4
commit
83a2b8f33e
|
@ -51,7 +51,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</select>
|
</select>
|
||||||
<br><br>
|
<br><br>
|
||||||
<embed type="text/html" src="{{url_for('static', filename='log/1.txt')}}" width="100%" height="900%" id="embed">
|
<embed type="text/html" src="{{url_for('static', filename='log/1.txt')}}" width="100%" height="85%" id="embed">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td class="comlumn-name"></td>
|
<td class="comlumn-name"></td>
|
||||||
<td>
|
<td>
|
||||||
<select name="select" onchange="change_proxy(this.value, '{{data|tojson}}')">
|
<select name="select" onchange= 'change_proxy(this.value, {{data|tojson}})'>
|
||||||
<option selected id="new" value="{{ len }}">Create new proxy</option>
|
<option selected id="new" value="{{ len }}">Create new proxy</option>
|
||||||
{% for i in data %}
|
{% for i in data %}
|
||||||
<option id="{{data[i]['name']}}" value="{{i}}">{{data[i]['name']}}</option>
|
<option id="{{data[i]['name']}}" value="{{i}}">{{data[i]['name']}}</option>
|
||||||
|
|
Loading…
Reference in New Issue