Removed useless description from some flow alert

This commit is contained in:
Matteo Biscosi 2021-02-26 12:58:06 +01:00
parent e521ce6cdc
commit fa5088d49b
22 changed files with 21 additions and 33 deletions

View file

@ -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
-- #######################################################