Update templates/bgp_dampened.html

This commit is contained in:
Blackwhitebear8 2025-10-31 20:04:36 +01:00
parent 6538080191
commit 9ea2627bb3

View file

@ -21,6 +21,8 @@
i internal, r RIB-failure, S Stale, R Removed</p>
<p></p> <p>Origin codes: i - IGP, e - EGP, ? - incomplete</p>
<p></p> <p>RPKI validation codes: V valid, I invalid, N Not found</p>
<div class="table-responsive">
<table class="striped" id="dampenedTableIpv4">
<thead>
<tr>
@ -34,7 +36,7 @@
<tbody id="dampenedTableBodyIpv4">
</tbody>
</table>
<p><a href="/bgp/dampened/json">JSON version</a></p>
</div> <p><a href="/bgp/dampened/json">JSON version</a></p>
</section>
<section id="dampened-ipv6">
@ -52,6 +54,8 @@
i internal, r RIB-failure, S Stale, R Removed</p>
<p></p> <p>Origin codes: i - IGP, e - EGP, ? - incomplete</p>
<p></p> <p>RPKI validation codes: V valid, I invalid, N Not found</p>
<div class="table-responsive">
<table class="striped" id="dampenedTableIpv6">
<thead>
<tr>
@ -65,6 +69,6 @@
<tbody id="dampenedTableBodyIpv6">
</tbody>
</table>
<p><a href="/bgp/dampened/json">JSON version</a></p>
</div> <p><a href="/bgp/dampened/json">JSON version</a></p>
</section>
{% endblock %}