mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fix schedule all hosts button. (#7625)
This commit is contained in:
parent
c482e15ba5
commit
cef5d72b8d
5 changed files with 4 additions and 4 deletions
|
|
@ -16,7 +16,6 @@ local scan_type = _GET["scan_type"]
|
|||
local ports = _GET["scan_ports"]
|
||||
local single_host = toboolean(_GET["scan_single_host"]) or false
|
||||
|
||||
tprint(_GET)
|
||||
|
||||
if single_host then
|
||||
if isEmptyString(host) or isEmptyString(scan_type) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue