wireguard: Add Show QR Code 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-24 11:04:49 +00:00 committed by James Valleroy
parent f9984ea9e4
commit fa4e6002b3
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -44,6 +44,11 @@
{% icon 'download' %} {% icon 'download' %}
{% trans "Download config file" %} {% trans "Download config file" %}
</a> </a>
<a href="{% url 'wireguard:auto-add-client-qr' %}"
class="btn btn-default" target="_blank">
{% icon 'qrcode' %}
{% trans "Show QR Code" %}
</a>
</div> </div>
<div class="form-actions"> <div class="form-actions">