add notice about API progress and issue reporting in documentation

This commit is contained in:
Eduardo Silva
2026-02-12 13:34:36 -03:00
parent d316db011b
commit 23cb4f004f

View File

@@ -129,6 +129,17 @@
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
<p class="small text-muted">
{% trans 'This API is a work in progress and new endpoints are added as needed.' %}<br>
{% trans 'Missing a method or feature?' %}
<a target="_blank" href="https://github.com/eduardogsilva/wireguard_webadmin">
{% trans 'Open an issue on GitHub' %}
</a>
</p>
</div>
</div>
<script>
document.addEventListener("DOMContentLoaded", function ( ) {