mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
traffic extraction jobs page to list and delete jobs, pcap download endpoint
This commit is contained in:
parent
7b269a28da
commit
2b565d1d63
13 changed files with 397 additions and 34 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue