mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fixed empty description column (#9216)
This commit is contained in:
parent
be61782f57
commit
534048ac4f
3 changed files with 5 additions and 4 deletions
|
|
@ -47,7 +47,7 @@ end
|
|||
-- #######################################################
|
||||
|
||||
function alert_ndpi_http_suspicious_user_agent.format(ifid, alert, alert_type_params)
|
||||
return
|
||||
return i18n("alert_messages.ndpi_http_suspicious_user_agent")
|
||||
end
|
||||
|
||||
-- #######################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue