mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Add missing interface select
This commit is contained in:
parent
c41309f21e
commit
e45ae9bf7a
4 changed files with 11 additions and 9 deletions
|
|
@ -33,6 +33,7 @@ local res = {}
|
|||
|
||||
local ifid = _GET["ifid"]
|
||||
local iffilter = _GET["iffilter"]
|
||||
|
||||
if isEmptyString(ifid) and isEmptyString(iffilter) then
|
||||
rc = rest_utils.consts_invalid_interface
|
||||
print(rest_utils.rc(rc))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue