Update static/js/pages/bgp.js

This commit is contained in:
Blackwhitebear8 2025-08-05 19:16:14 +02:00
parent d0f8eb48dc
commit 26cbfcc471

View file

@ -71,8 +71,8 @@ function buildSummary(label, info) {
<strong>BGP Router ID:</strong> ${info.router_id}<br> <strong>BGP Router ID:</strong> ${info.router_id}<br>
<strong>Local AS:</strong> <a href='https://bgp.tools/search?q=${info.local_as}' target='_blank'>${info.local_as}</a><br> <strong>Local AS:</strong> <a href='https://bgp.tools/search?q=${info.local_as}' target='_blank'>${info.local_as}</a><br>
<strong>VRF ID:</strong> ${info.vrf_id}<br> <strong>VRF ID:</strong> ${info.vrf_id}<br>
<strong>RIB Entries:</strong> ${info.rib_entries} (using ${info.rib_memory})<br> <strong>RIB Entries:</strong> ${info.rib_entries} (using ${info.rib_memory})<br>
<strong>Peers:</strong> ${info.peers} (using ${info.peers_memory})<br> <strong>Peers:</strong> ${info.peers} (using ${info.peers_memory})<br>
<strong>BGP Table Version:</strong> ${info.table_version} <strong>BGP Table Version:</strong> ${info.table_version}
`.trim(); `.trim();