mirror of
				https://gitea.augustin64.fr/piair/MsRewards-Reborn.git
				synced 2025-11-03 23:23:53 +01:00 
			
		
		
		
	that's what i call progress
This commit is contained in:
		@@ -265,7 +265,7 @@ label:active:after {
 | 
			
		||||
 | 
			
		||||
select {
 | 
			
		||||
    width: 90%;
 | 
			
		||||
    height: 100%;
 | 
			
		||||
    /*height: 100%;*/
 | 
			
		||||
    padding: 12px 20px;
 | 
			
		||||
    margin: 8px 0;
 | 
			
		||||
    background-color: #212121;
 | 
			
		||||
 
 | 
			
		||||
@@ -42,7 +42,12 @@
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
{% for i in data %}
 | 
			
		||||
<option id="{{data[i]['name']}}" value="{{i}}">{{data[i]['name']}}</option>
 | 
			
		||||
<select name="select" onchange="change_logs(this.value)">
 | 
			
		||||
    <option id="{{data[i]['name']}}" value="{{i}}">{{data[i]['name']}}</option>
 | 
			
		||||
</select>
 | 
			
		||||
 | 
			
		||||
<embed type="text/html" src="{{url_for('static', filename='log/1.txt')}}"  width="100%" height="100%">
 | 
			
		||||
 | 
			
		||||
{% endfor %}
 | 
			
		||||
 | 
			
		||||
{% endif %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user