mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Updated ASN table formatter from semicolon to asn (asName) (#9450)
* IMplemented Review Flows Page in IXP Mode #9423 * Updated ASN table formatter from semicolon to asn (asName)
This commit is contained in:
parent
e4dc69f83e
commit
b9933b49e2
1 changed files with 1 additions and 1 deletions
|
|
@ -780,7 +780,7 @@ function format_utils.formatASN(asn, short_version, shorten_string)
|
|||
end
|
||||
|
||||
if (name ~= asn) and (not short_version) then
|
||||
name = string.format("%d: %s", asn, name)
|
||||
name = string.format("%d (%s)", asn, name)
|
||||
end
|
||||
|
||||
if (asn == 0) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue