mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Remove unused function
This commit is contained in:
parent
883b99dce9
commit
2cdc180c9b
1 changed files with 0 additions and 9 deletions
|
|
@ -637,15 +637,6 @@ function noHtml(s)
|
|||
return unescape(cleaned)
|
||||
end
|
||||
|
||||
function alertLevel(v)
|
||||
local leveltable = {}
|
||||
|
||||
for i, t in ipairs(alert_consts.alert_severity_keys) do
|
||||
leveltable[#leveltable + 1] = {t[2], t[3]}
|
||||
end
|
||||
return(_handleArray(leveltable, v))
|
||||
end
|
||||
|
||||
function alertLevelToSyslogLevel(v)
|
||||
return alert_consts.alert_severities[v]
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue