mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
[VS] Fix report saving. (#8082)
This commit is contained in:
parent
d50ee5188c
commit
5726323300
1 changed files with 2 additions and 0 deletions
|
|
@ -1466,6 +1466,8 @@ local function retrieve_report_info(date)
|
|||
local info_date_formatted = tostring(formatEpoch(info.date))
|
||||
info.name = "Report of "..info_date_formatted
|
||||
|
||||
info.all_data_details = host_scanned_info
|
||||
|
||||
return info
|
||||
end
|
||||
-- **********************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue