mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
[VS] Fix search host name.
This commit is contained in:
parent
615cb2544a
commit
89ddabd3ad
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ local sort = _GET["sort"]
|
|||
|
||||
if (not isEmptyString(search_map)) then
|
||||
-- trim search_map string
|
||||
search_map = trimString(search_map)
|
||||
search_map = trimString(search_map):gsub("-",'%%-')
|
||||
end
|
||||
-- ##################################################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue