Fix name lookup, update js

This commit is contained in:
Alfredo Cardigliano 2022-03-17 11:09:17 +01:00
parent c2fa3d5b77
commit d6365a5c2f
38 changed files with 4641 additions and 25 deletions

View file

@ -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