mirror of
https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
synced 2025-06-20 09:34:46 +02:00
that's what i call progress
This commit is contained in:
@ -42,7 +42,12 @@
|
||||
|
||||
|
||||
{% for i in data %}
|
||||
<option id="{{data[i]['name']}}" value="{{i}}">{{data[i]['name']}}</option>
|
||||
<select name="select" onchange="change_logs(this.value)">
|
||||
<option id="{{data[i]['name']}}" value="{{i}}">{{data[i]['name']}}</option>
|
||||
</select>
|
||||
|
||||
<embed type="text/html" src="{{url_for('static', filename='log/1.txt')}}" width="100%" height="100%">
|
||||
|
||||
{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user