Update templates/dhcpv6_leases.html

This commit is contained in:
Blackwhitebear8 2025-10-31 20:05:10 +01:00
parent 24cf3bd00e
commit c97b483325

View file

@ -29,6 +29,7 @@
</button> </button>
</div> </div>
<div class="table-responsive">
<table class="striped table table-bordered" id="leaseTable"> <table class="striped table table-bordered" id="leaseTable">
<thead> <thead>
<tr> <tr>
@ -52,6 +53,6 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
{% endif %} </div> {% endif %}
</section> </section>
{% endblock %} {% endblock %}