mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-13 14:32:55 +00:00
Comsetic fix
This commit is contained in:
parent
6b563a1474
commit
2705370044
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ function format_utils.formatBgpBmpInfo(bgp_data)
|
|||
i18n("flow_details.bgp_prefix") .. "</b></th><td colspan=" .. (#peer_list) .. ">" .. prefix .. "</th></tr>\n")
|
||||
|
||||
-- Peer ID
|
||||
print("<tr><td>" .. i18n("flow_details.bgp_peer_id") .."</td>")
|
||||
print("<tr><th>" .. i18n("flow_details.bgp_peer_id") .."</th>")
|
||||
for _, peer in ipairs(peer_list) do
|
||||
print("<td>" .. formatNextHop(peer.id) .. "</td>")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue