mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Minor fix
This commit is contained in:
parent
b92dcefe3e
commit
7fa999d848
1 changed files with 1 additions and 1 deletions
|
|
@ -1583,7 +1583,7 @@ local function label2formattedlabel(alt_name, host_info, show_vlan)
|
|||
|
||||
-- Special shorting function for IP addresses
|
||||
if res ~= ip then
|
||||
res = shortHostName(res)
|
||||
res = shortenString(res)
|
||||
end
|
||||
|
||||
-- Adding the vlan if requested
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue