that's what i call progress

This commit is contained in:
piair 2023-08-25 15:12:31 +02:00
parent c712395d39
commit f548c3030a
2 changed files with 7 additions and 2 deletions

View File

@ -265,7 +265,7 @@ label:active:after {
select {
width: 90%;
height: 100%;
/*height: 100%;*/
padding: 12px 20px;
margin: 8px 0;
background-color: #212121;

View File

@ -42,7 +42,12 @@
{% for i in data %}
<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 %}