mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Refactors old host_pools_utils to nEdge-only host_pools_nedge
This commit is contained in:
parent
012ef619da
commit
c623f21ba0
17 changed files with 166 additions and 166 deletions
|
|
@ -12,7 +12,7 @@ local json = require ("dkjson")
|
|||
local page_utils = require("page_utils")
|
||||
local format_utils = require("format_utils")
|
||||
local os_utils = require "os_utils"
|
||||
local host_pools_utils = require "host_pools_utils"
|
||||
local host_pools_nedge = require "host_pools_nedge"
|
||||
local rest_utils = require("rest_utils")
|
||||
|
||||
--
|
||||
|
|
@ -58,7 +58,7 @@ end
|
|||
|
||||
-- ################################################
|
||||
|
||||
local success = host_pools_utils.import(data)
|
||||
local success = host_pools_nedge.import(data)
|
||||
|
||||
ntop.reloadHostPools()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue