templates: improve spacing in main dashboard

Use a plain line break instead of a horizontal rule to split the
server information.
master
Alejandro Sirgo Rica 2024-06-27 14:15:44 +02:00
parent 9107316e0e
commit 3c8d13b696
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
</div>
</div>
<hr />
<br>
<ul class="nav nav-tabs" id="serversTab" role="tablist">
{% for id, server in servers.items() if server.online %}