mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fixed TooEarly nDPI protocol report
This commit is contained in:
parent
d81d8a3295
commit
45f0f80296
5 changed files with 31 additions and 21 deletions
|
|
@ -1368,7 +1368,7 @@ function getApplicationLabel(name)
|
|||
local icon = getApplicationIcon(name)
|
||||
|
||||
name = name:gsub("^%l", string.upper)
|
||||
return(icon.." "..name)
|
||||
return(icon.." "..shortenString(name, 12))
|
||||
end
|
||||
|
||||
-- #################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue