mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
removed duplicated function
This commit is contained in:
parent
8f14640547
commit
99aee0cce1
1 changed files with 0 additions and 12 deletions
|
|
@ -20,18 +20,6 @@ local registered_widgets = {
|
|||
},
|
||||
}
|
||||
|
||||
local function build_query_params(params)
|
||||
|
||||
local query = "?"
|
||||
local t = {}
|
||||
|
||||
for key, value in pairs(params) do
|
||||
t[#t+1] = string.format("%s=%s", key, value)
|
||||
end
|
||||
|
||||
return query .. table.concat(t, '&')
|
||||
end
|
||||
|
||||
local function build_css_styles(css_styles)
|
||||
|
||||
local style = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue