traffic extraction jobs page to list and delete jobs, pcap download endpoint

This commit is contained in:
Alfredo Cardigliano 2018-10-16 17:29:08 +02:00
parent 7b269a28da
commit 2b565d1d63
13 changed files with 397 additions and 34 deletions

View file

@ -10,8 +10,13 @@ require "lua_utils"
local presets_utils = require "presets_utils"
local json = require("dkjson")
sendHTTPContentTypeHeader('text/html')
if not isAdministrator() then
return
end
-- ################################################
-- Table parameters
local currentPage = _GET["currentPage"]