mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Format fix
This commit is contained in:
parent
43d8e20c98
commit
24755e55d8
3 changed files with 6 additions and 3 deletions
|
|
@ -499,7 +499,10 @@ function flowinfo2process(process, host_info_to_url)
|
|||
-- clean_user_name)
|
||||
-- end
|
||||
|
||||
fmt = string.format("[%s]", table.concat({proc_user_name, proc_name}, ' '))
|
||||
|
||||
if((proc_user_name ~= '') or (proc_name ~= '')) then
|
||||
fmt = string.format("[%s]", table.concat({proc_user_name, proc_name}, ' '))
|
||||
end
|
||||
end
|
||||
|
||||
return fmt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue