mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-14 07:48:24 +00:00
Add records count in top l7 contacts
This commit is contained in:
parent
b281394821
commit
bf60406e82
4 changed files with 15 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ bitsToSizeMultiplier = format_utils.bitsToSizeMultiplier
|
|||
|
||||
-- Note: Regexs are applied by default. Pass plain=true to disable them.
|
||||
function string.contains(str, start, is_plain)
|
||||
if type(str) ~= 'string' or type(start) ~= 'string' then
|
||||
if type(str) ~= 'string' or type(start) ~= 'string' or isEmptyString(str) or isEmptyString(start) then
|
||||
return false
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue