mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Minor interface name fix
This commit is contained in:
parent
b2bbc6d745
commit
6cdfe984fe
1 changed files with 2 additions and 2 deletions
|
|
@ -2280,9 +2280,9 @@ function getHumanReadableInterfaceName(interface_name)
|
|||
|
||||
if not isEmptyString(custom_name) then
|
||||
return(shortenCollapse(custom_name))
|
||||
else
|
||||
return getInterfaceName(interface_name)
|
||||
end
|
||||
|
||||
return interface_name
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue