Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vladislav Rykov
THSO.server
Commits
8c3e6609
Commit
8c3e6609
authored
Apr 15, 2020
by
Vladislav Rykov
Browse files
app appearance fixed
parent
6650f9cd
Changes
1
Show whitespace changes
Inline
Side-by-side
templates/app.html
View file @
8c3e6609
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment