Merge pull request 'fix: impossible d'afficher des logs quand une seule config existe' (#1) from augustin64/MsRewards-Reborn:patch-logs into master
Reviewed-on: #1
This commit is contained in:
commit
7f21301da0
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user