mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
reworking for Import/Export UI (#4128)
this commit includes the GUI to manage import/export/reset of SNMP, AM, User Scripts and Notification
This commit is contained in:
parent
f520a2708f
commit
02d3665670
17 changed files with 419 additions and 150 deletions
|
|
@ -283,7 +283,7 @@ end
|
|||
function sendHTTPContentTypeHeader(content_type, content_disposition, charset, extra_headers, status_code)
|
||||
local charset = charset or "utf-8"
|
||||
local mime = content_type.."; charset="..charset
|
||||
|
||||
|
||||
sendHTTPHeader(mime, content_disposition, extra_headers, status_code)
|
||||
end
|
||||
|
||||
|
|
@ -3910,6 +3910,12 @@ end
|
|||
|
||||
-- ###########################################
|
||||
|
||||
function table.has_key(table, key)
|
||||
return table[key] ~= nil
|
||||
end
|
||||
|
||||
-- ###########################################
|
||||
|
||||
|
||||
--
|
||||
-- IMPORTANT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue