Skip to content
Snippets Groups Projects
Commit fd9cc26c authored by Lukas Koenen's avatar Lukas Koenen
Browse files

fix: improve readability

parent 3ee04912
No related branches found
No related tags found
No related merge requests found
Pipeline #134302 passed
......@@ -188,6 +188,9 @@
</div>
<div id="password_auth">
<div class="section_head password_auth_warning">Instance with enabled password authentication:</div>
{% if data.password_auth_enabled | length == 0 %}
None
{% endif %}
<ol class="ip_list">
{% for ip in data.password_auth_enabled %}
<li>{{ ip }}</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment