mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fixes flow status severity drilldown
This commit is contained in:
parent
f8a91c581e
commit
823d8a8689
7 changed files with 30 additions and 18 deletions
|
|
@ -29,7 +29,7 @@ end
|
|||
return {
|
||||
-- scripts/lua/modules/flow_keys.lua
|
||||
status_key = status_keys.ntopng.status_known_proto_on_non_std_port,
|
||||
alert_severity = alert_consts.alert_severities.info,
|
||||
alert_severity = alert_consts.alert_severities.warning,
|
||||
-- scripts/lua/modules/alert_keys.lua
|
||||
alert_type = alert_consts.alert_types.alert_known_proto_on_non_std_port,
|
||||
-- scripts/locales/en.lua
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue