mirror of
				https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
				synced 2025-11-03 23:23:53 +01:00 
			
		
		
		
	fix: impossible d'afficher des logs quand une seule config existe
This commit is contained in:
		@@ -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 %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user