Update static/js/pages/bgp.js
This commit is contained in:
parent
d0f8eb48dc
commit
26cbfcc471
1 changed files with 2 additions and 2 deletions
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue