mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-10 00:42:14 +00:00
Fixes list download succeeded alerts
This commit is contained in:
parent
29f697ec46
commit
6bb8a1cd68
2 changed files with 1 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ end
|
|||
-- #######################################################
|
||||
|
||||
function alert_list_download_succeeded.format(ifid, alert, alert_type_params)
|
||||
return i18n("category_lists.download_succeeded")
|
||||
return i18n("category_lists.download_succeeded", {name = alert_type_params.name})
|
||||
end
|
||||
|
||||
-- #######################################################
|
||||
|
|
|
|||
|
|
@ -363,7 +363,6 @@ local function checkListsUpdate(timeout)
|
|||
)
|
||||
|
||||
alert:set_severity(alert_severities.notice)
|
||||
alert:set_granularity(params.granularity)
|
||||
|
||||
alert:store(alerts_api.categoryListsEntity(list_name))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue