mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Handles interface alerts with ids
The Interface Alerts toggle button was not working. This commit fixes this bug as well.
This commit is contained in:
parent
f27188064b
commit
d89cde0409
3 changed files with 11 additions and 13 deletions
|
|
@ -961,6 +961,7 @@ function purifyInterfaceName(interface_name)
|
|||
-- io.write(debug.traceback().."\n")
|
||||
interface_name = string.gsub(interface_name, "@", "_")
|
||||
interface_name = string.gsub(interface_name, ":", "_")
|
||||
interface_name = string.gsub(interface_name, "/", "_")
|
||||
return(interface_name)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue