mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix extraction from smart timeline
This commit is contained in:
parent
bbf97f1384
commit
2aa6eccafc
6 changed files with 13 additions and 20 deletions
|
|
@ -145,14 +145,13 @@ function ui_utils.draw_pcap_download_dialog(ifid)
|
|||
});
|
||||
}
|
||||
|
||||
function pcapDownload(epoch_begin, epoch_end, bpf_filter, is_alert) {
|
||||
function pcapDownload(epoch_begin, epoch_end, bpf_filter) {
|
||||
$.ajax({
|
||||
type: "GET",
|
||||
url: ']] print(ntop.getHttpPrefix().."/lua/check_recording_data.lua") print [[',
|
||||
data: {
|
||||
epoch_begin: epoch_begin,
|
||||
epoch_end: epoch_end,
|
||||
alert_data_only: is_alert
|
||||
epoch_end: epoch_end
|
||||
}, error: function(err) {
|
||||
console.error(err);
|
||||
}, success: function(data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue