Fixes elephant and long-lived flow alerts visualization

Fixes #5646
This commit is contained in:
Simone Mainardi 2021-07-09 12:12:17 +02:00
parent 69f82c7f76
commit eb41fd4c8f
4 changed files with 41 additions and 40 deletions

View file

@ -19,7 +19,7 @@ local alert_internals = classes.class(alert)
alert_internals.meta = {
alert_key = flow_alert_keys.flow_alert_internals,
i18n_title = "flow_details.not_purged",
i18n_title = "flow_checks_config.not_purged",
icon = "fas fa-fw fa-exclamation",
}