Commit 8c3e6609 authored by Vladislav Rykov's avatar Vladislav Rykov
Browse files

app appearance fixed

parent 6650f9cd
......@@ -27,13 +27,13 @@
{% if devs %}
<h3><center>Devices:</center></h3>
<ol class="list-group">
<ol class="list-group" style="list-style: decimal inside;">
{% for dev in devs %}
<a href="/dev?id={{ dev[1] }}"><li class="list-group-item"><strong> {{ dev[0] }} <strong></li></a>
<a href="/dev?id={{ dev[1] }}"><li class="list-group-item" style="display:list-item;"><strong> {{ dev[0] }} </strong></li></a>
{% endfor %}
</ol>
{% else %}
<h3> No registed devices </h3>
<h3><center> No registed devices </center></h3>
{% endif %}
<br><br>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment