mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-07-29 12:09:37 +00:00
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:
parent
0a67183fe4
commit
ebac5e86a3
@ -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' %}">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user