Fixes incosistent icons (#9407)

This commit is contained in:
Matteo Biscosi 2025-07-21 10:56:27 +02:00
parent 50ed4bb964
commit 1ae799e67c
6 changed files with 30 additions and 31 deletions

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("%s (%d)", name, asn)
name = string.format("%d: %s", asn, name)
end
end