mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Added Korean and French translations
This commit is contained in:
parent
2fa03ec679
commit
83675998ee
10 changed files with 16789 additions and 9 deletions
|
|
@ -61,7 +61,7 @@ if not host then
|
|||
}}
|
||||
|
||||
local host = hostkey2hostinfo(selected_ip)
|
||||
if not isEmptyString(host) and (isIPv4(host.host) or isIPv6(host.host)) then
|
||||
if((not isEmptyString(host)) and (not isEmptyString(host.host)) and (isIPv4(host.host) or isIPv6(host.host))) then
|
||||
local newFilter = {
|
||||
key = "flowhosts_type",
|
||||
value = selected_ip,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue