Update templates/interfaces.html

This commit is contained in:
Blackwhitebear8 2025-10-31 19:34:03 +01:00
parent e93d8e2ef3
commit ba364fdf2b

View file

@ -17,6 +17,8 @@
</button>
</div>
<p></p> <p>Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down</p>
<div class="table-responsive">
<table class="striped table table-bordered" id="interfaceTable">
<thead>
<tr>
@ -39,6 +41,6 @@
</tr>
</tbody>
</table>
<p><a href="/interfaces/json">JSON version</a></p>
</div> <p><a href="/interfaces/json">JSON version</a></p>
</section>
{% endblock %}