Update peer list labels and access condition for better clarity

This commit is contained in:
Eduardo Silva
2026-02-03 14:49:13 -03:00
parent 3be2fe117a
commit 37d17dd52f
2 changed files with 3 additions and 3 deletions

View File

@@ -40,12 +40,12 @@
{% if show_only_disabled_peers %}
<a class="btn btn-outline-secondary"
href="{% url 'wireguard_peer_list' %}?uuid={{ current_instance.uuid }}">
{% trans 'Enabled' %}
{% trans 'Enabled Peers' %}
</a>
{% else %}
<a class="btn btn-outline-secondary"
href="{% url 'wireguard_peer_list' %}?uuid={{ current_instance.uuid }}&peer_status=disabled">
{% trans 'Disabled' %}
{% trans 'Disabled Peers' %}
</a>
{% endif %}
</div>