Add more logs (custom.txt..) to logs view

This commit is contained in:
augustin64
2024-04-03 15:34:46 +02:00
parent fae2033061
commit 1d16294c04
2 changed files with 14 additions and 4 deletions

View File

@ -8,8 +8,8 @@
<select name="select" onchange="change_logs(this.value)">
<option id="null" value="0">Choisir une config</option>
{% for i in data %}
<option id="{{data[i]['name']}}" value="{{i}}">{{data[i]['name']}}</option>
{% for file in files %}
<option id="{{ file[0] }}" value="{{ file[1] }}">{{ file[0] }}</option>
{% endfor %}
</select>
<br><br>