mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Removes circular include between host_pools and graph_utils
This commit is contained in:
parent
fe475afad6
commit
04c80383ea
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,6 @@ require "historical_utils"
|
|||
require "rrd_paths"
|
||||
|
||||
local dkjson = require("dkjson")
|
||||
local host_pools = require "host_pools"
|
||||
local top_talkers_utils = require "top_talkers_utils"
|
||||
local os_utils = require "os_utils"
|
||||
local graph_common = require "graph_common"
|
||||
|
|
@ -928,6 +927,7 @@ end
|
|||
-- #################################################
|
||||
|
||||
function graph_utils.poolDropdown(ifId, pool_id, exclude)
|
||||
local host_pools = require "host_pools"
|
||||
local host_pools_instance = host_pools:create()
|
||||
pool_id = tostring(pool_id)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue