mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Removed useless description from some flow alert
This commit is contained in:
parent
e521ce6cdc
commit
fa5088d49b
22 changed files with 21 additions and 33 deletions
|
|
@ -52,8 +52,6 @@ function alert_flow_low_goodput.format(ifid, alert, alert_type_params)
|
|||
if alert_type_params and alert_type_params.goodput_ratio then
|
||||
return i18n("flow_details.flow_low_goodput", { ratio = format_utils.round(alert_type_params.goodput_ratio, 2) })
|
||||
end
|
||||
|
||||
return(i18n("alerts_dashboard.flow_low_goodput"))
|
||||
end
|
||||
|
||||
-- #######################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue