Update static/js/pages/bgp.js
This commit is contained in:
parent
31868a45f0
commit
d0f8eb48dc
1 changed files with 2 additions and 2 deletions
|
|
@ -77,10 +77,10 @@ function buildSummary(label, info) {
|
|||
`.trim();
|
||||
|
||||
return `
|
||||
<h2 class="d-inline me-2">${label} Unicast Summary</h2>
|
||||
<h2 class="d-inline me-2">${label} Unicast Summary</h2>
|
||||
<span tabindex="0" role="button" class="info-icon"
|
||||
data-bs-toggle="popover" data-bs-trigger="hover focus"
|
||||
data-bs-html="true" data-bs-title="${label} Summary Info"
|
||||
data-bs-html="true" data-bs-title="${label} Summary Info"
|
||||
data-bs-content="${popContent}">
|
||||
ℹ️
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue