mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Added transition and loading into historical page
This commit is contained in:
parent
0a60f0d4b2
commit
721ed71490
4 changed files with 64 additions and 32 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue