Update templates/neighbors.html

This commit is contained in:
Blackwhitebear8 2025-10-31 20:05:28 +01:00
parent e8e7473e87
commit 69062d9d4d

View file

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