mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add chart link in traffic extraction jobs
This commit is contained in:
parent
d21feec61d
commit
19ededa380
8 changed files with 19 additions and 4 deletions
|
|
@ -699,6 +699,7 @@ function recording_utils.scheduleExtraction(ifid, params)
|
|||
time_from = tonumber(params.time_from),
|
||||
time_to = tonumber(params.time_to),
|
||||
filter = params.filter,
|
||||
chart_url = params.chart_url,
|
||||
}
|
||||
|
||||
ntop.setHashCache(extraction_jobs_key, job.id, json.encode(job))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue