wireguard: Add auto add client button

Signed-off-by: Frederico Gomes <fredericojfgomes@gmail.com>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Frederico Gomes 2026-03-21 12:42:59 +00:00 committed by James Valleroy
parent 0a67183fe4
commit ebac5e86a3
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -85,6 +85,11 @@
</div>
<div class="btn-toolbar">
<a title="{% trans 'Auto add a new peer' %}"
role="button" class="btn btn-primary btn-auto-add-client"
href="{% url 'wireguard:auto-add-client' %}">
{% trans "Add Client Automatically" %}
</a>
<a title="{% trans 'Add a new peer' %}"
role="button" class="btn btn-default btn-add-client"
href="{% url 'wireguard:add-client' %}">