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 {
 | 
					select {
 | 
				
			||||||
    width: 90%;
 | 
					    width: 90%;
 | 
				
			||||||
    height: 100%;
 | 
					    /*height: 100%;*/
 | 
				
			||||||
    padding: 12px 20px;
 | 
					    padding: 12px 20px;
 | 
				
			||||||
    margin: 8px 0;
 | 
					    margin: 8px 0;
 | 
				
			||||||
    background-color: #212121;
 | 
					    background-color: #212121;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -42,7 +42,12 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% for i in data %}
 | 
					{% 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 %}
 | 
					{% endfor %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user