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