that's what i call progress
This commit is contained in:
parent
c712395d39
commit
f548c3030a
@ -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 %}
|
||||||
|
<select name="select" onchange="change_logs(this.value)">
|
||||||
<option id="{{data[i]['name']}}" value="{{i}}">{{data[i]['name']}}</option>
|
<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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user