fix: impossible d'afficher des logs quand une seule config existe

This commit is contained in:
augustin64 2023-08-29 10:54:58 +02:00
parent c072a71c83
commit 211dcecd23

View File

@ -46,6 +46,7 @@
{% else %}
<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>
{% endfor %}