mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fixes incosistent icons (#9407)
This commit is contained in:
parent
50ed4bb964
commit
1ae799e67c
6 changed files with 30 additions and 31 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("%s (%d)", name, asn)
|
||||
name = string.format("%d: %s", asn, name)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue