mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Reworked flow activities calculation
This commit is contained in:
parent
ee590d970f
commit
cd0db380e3
10 changed files with 82 additions and 82 deletions
|
|
@ -194,7 +194,7 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function shortenString(name)
|
||||
function shorteString(name)
|
||||
max_len = 24
|
||||
if(string.len(name) < max_len) then
|
||||
return(name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue