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:
GabrieleDeri 2025-07-29 10:16:56 +02:00 committed by GitHub
parent e4dc69f83e
commit b9933b49e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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