mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
parent
75781b4b1c
commit
1a71ba4f5f
28 changed files with 9 additions and 222 deletions
|
|
@ -18,7 +18,6 @@ sendHTTPHeader('application/json')
|
|||
|
||||
local callback_utils = require("callback_utils")
|
||||
local recording_utils = require("recording_utils")
|
||||
local remote_assistance = require("remote_assistance")
|
||||
local alert_consts = require("alert_consts")
|
||||
|
||||
local function userHasRestrictions()
|
||||
|
|
@ -194,14 +193,6 @@ function dumpInterfaceStats(ifid)
|
|||
res["profiles"] = ifstats["profiles"]
|
||||
end
|
||||
|
||||
if remote_assistance.isAvailable() then
|
||||
if remote_assistance.isEnabled() then
|
||||
res["remote_assistance"] = {
|
||||
status = remote_assistance.getStatus(),
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
if recording_utils.isAvailable() then
|
||||
if recording_utils.isEnabled(ifstats.id) then
|
||||
if recording_utils.isActive(ifstats.id) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue