Update templates/arp.html

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

View file

@ -16,6 +16,8 @@
Refresh data
</button>
</div>
<div class="table-responsive">
<table class="striped table table-bordered" id="arpTable">
<thead>
<tr>
@ -35,6 +37,6 @@
</tr>
</tbody>
</table>
<p><a href="/arp/json">JSON version</a></p>
</div> <p><a href="/arp/json">JSON version</a></p>
</section>
{% endblock %}