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