Multiple small template improvements

This commit is contained in:
Slatian
2023-08-06 02:08:54 +02:00
parent cf806ad8f5
commit ae95539c7b
6 changed files with 14 additions and 4 deletions

View File

@ -17,7 +17,7 @@
{% else %}
{% set ip = a | split(pat=":") | first %}
{% endif %}
<dd>{{ helper::ip(extra=extra, ip=ip) }}</dd>
<dd>{{ helper::ip(extra=extra, ip=ip, text=a) }}</dd>
{%- endfor %}
{%- else %}
<dd>None Configured</dd>
@ -53,5 +53,6 @@
</ul>
<p class="box hint">You can use this DNS server by typing <code>via {{c.aliases | first }}</code> {% if c.aliases | length > 1 %}(or any other alias){% endif %} in the searchfield.</p>
</section>
<p><a href="{{extra.base_url}}/dns_resolver">Back to DNS Resolver list</a></p>
{% endif %}
{% endblock %}