Update templates/neighbors.html
This commit is contained in:
parent
e8e7473e87
commit
69062d9d4d
1 changed files with 22 additions and 20 deletions
|
|
@ -16,6 +16,8 @@
|
|||
Refresh data
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="striped table table-bordered" id="neighborsTable">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
@ -35,6 +37,6 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p><a href="/neighbors/json">JSON version</a></p>
|
||||
</div> <p><a href="/neighbors/json">JSON version</a></p>
|
||||
</section>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue