Update templates/bgp.html
This commit is contained in:
parent
342ebaf721
commit
6ac1f9909b
1 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
{% block title %}AS215085 - Router tools | BGP table{% endblock %}
|
||||
|
||||
{% block page_header %}<H3>BGP Summary</H3>{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<script src="../static/js/pages/bgp.js"></script>
|
||||
<section id="bgp-v4">
|
||||
|
|
@ -21,7 +23,7 @@
|
|||
<th class="sortable" onclick="sortTable('ipv4Table', 1, this)">ASN <span class="sort-arrow"></span></th>
|
||||
<th class="sortable" onclick="sortTable('ipv4Table', 2, this)">Up/Down <span class="sort-arrow"></span></th>
|
||||
<th class="sortable" onclick="sortTable('ipv4Table', 3, this)">State/Prefix Received <span class="sort-arrow"></span></th>
|
||||
<th class="sortable" onclick="sortTable('ipv4Table', 4, this)">Prefix Sent <span class="sort-arrow"></span></th>
|
||||
<th class="sortable" onclick="sortTable('ipv4Table', 4, this)">Prefix Sent <span class="sort-arrow"></span></th>
|
||||
<th class="sortable" onclick="sortTable('ipv4Table', 5, this)">Description <span class="sort-arrow"></span></th>
|
||||
<th>Actions</th>
|
||||
</thead>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue