mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fix name lookup, update js
This commit is contained in:
parent
c2fa3d5b77
commit
d6365a5c2f
38 changed files with 4641 additions and 25 deletions
|
|
@ -554,7 +554,7 @@ if #results == 0 and not isEmptyString(query) then
|
|||
results[#results + 1] = build_result(label, query, "mac", nil, nil, "historical")
|
||||
else
|
||||
query = query .. tag_utils.SEPARATOR .. "in"
|
||||
results[#results + 1] = build_result(label, query, "name", nil, nil, "historical")
|
||||
results[#results + 1] = build_result(label, query, "hostname", nil, nil, "historical")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue