mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Split flow status definitions in multiple files
This commit is contained in:
parent
b390fddcf2
commit
b217909966
46 changed files with 741 additions and 386 deletions
|
|
@ -9,7 +9,6 @@ require "lua_utils"
|
|||
require "alert_utils"
|
||||
require "flow_utils"
|
||||
|
||||
local user_scripts = require "user_scripts"
|
||||
local format_utils = require "format_utils"
|
||||
local json = require "dkjson"
|
||||
|
||||
|
|
@ -18,8 +17,6 @@ sendHTTPHeader('application/json')
|
|||
local ifid = _GET["ifid"]
|
||||
local status = _GET["status"]
|
||||
|
||||
user_scripts.loadCustomPrefs()
|
||||
|
||||
local if_name = nil
|
||||
if not isEmptyString(ifid) then
|
||||
if_name = getInterfaceName(ifid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue