mirror of
				https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
				synced 2025-11-04 07:33:53 +01:00 
			
		
		
		
	fix: impossible d'afficher des logs quand une seule config existe
This commit is contained in:
		@@ -46,9 +46,10 @@
 | 
				
			|||||||
{% else %}
 | 
					{% else %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<select name="select" onchange="change_logs(this.value)">
 | 
					<select name="select" onchange="change_logs(this.value)">
 | 
				
			||||||
{% for i in data %}
 | 
					    <option id="null" value="0">Choisir une config</option>
 | 
				
			||||||
 | 
					    {% for i in data %}
 | 
				
			||||||
    <option id="{{data[i]['name']}}" value="{{i}}">{{data[i]['name']}}</option>
 | 
					    <option id="{{data[i]['name']}}" value="{{i}}">{{data[i]['name']}}</option>
 | 
				
			||||||
{% endfor %}
 | 
					    {% endfor %}
 | 
				
			||||||
</select>
 | 
					</select>
 | 
				
			||||||
<br><br>
 | 
					<br><br>
 | 
				
			||||||
<embed type="text/html" src="{{url_for('static', filename='log/1.txt')}}"  width="100%" height="85%" id="embed">
 | 
					<embed type="text/html" src="{{url_for('static', filename='log/1.txt')}}"  width="100%" height="85%" id="embed">
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user