mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix missing operator
This commit is contained in:
parent
b47b5e1300
commit
be3d69a435
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ end
|
|||
function op2jsop(op)
|
||||
if op == "gt" then
|
||||
return ">"
|
||||
elseif op "lt" then
|
||||
elseif op == "lt" then
|
||||
return "<"
|
||||
else
|
||||
return "=="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue