Update templates/interfaces.html
This commit is contained in:
parent
e93d8e2ef3
commit
ba364fdf2b
1 changed files with 25 additions and 23 deletions
|
|
@ -17,6 +17,8 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<p></p> <p>Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down</p>
|
<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">
|
<table class="striped table table-bordered" id="interfaceTable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
@ -39,6 +41,6 @@
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p><a href="/interfaces/json">JSON version</a></p>
|
</div> <p><a href="/interfaces/json">JSON version</a></p>
|
||||||
</section>
|
</section>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue