mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Removes circular include between lua_utils and tag_utils
This commit is contained in:
parent
bf127dcc22
commit
fe475afad6
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ locales_utils = require "locales_utils"
|
|||
local os_utils = require "os_utils"
|
||||
local format_utils = require "format_utils"
|
||||
local dscp_consts = require "dscp_consts"
|
||||
local tag_utils = require "tag_utils"
|
||||
|
||||
-- TODO: replace those globals with locals everywhere
|
||||
|
||||
|
|
@ -1996,6 +1995,7 @@ end
|
|||
-- @param href_check Performs existance checks on the link to avoid generating links to inactive hosts or hosts without timeseries
|
||||
-- @return A string containing the url (if available) or an empty string when the url is not available
|
||||
function hostinfo2detailsurl(host_info, href_params, href_check)
|
||||
local tag_utils = require "tag_utils"
|
||||
local res = ''
|
||||
|
||||
if not href_check or hostdetails_exists(host_info, href_params) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue