Added transition and loading into historical page

This commit is contained in:
Matteo Biscosi 2025-07-25 18:14:37 +02:00
parent 0a60f0d4b2
commit 721ed71490
4 changed files with 64 additions and 32 deletions

View file

@ -782,6 +782,10 @@ function format_utils.formatASN(asn, short_version, shorten_string)
if (name ~= asn) and (not short_version) then
name = string.format("%d: %s", asn, name)
end
if (asn == 0) then
name = i18n("no_asn")
end
end
return name