mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Implements #3811 Implements #3812 Refactors builtin alerts Refactors builtin flow statuses
11 lines
230 B
Lua
11 lines
230 B
Lua
--
|
|
-- (C) 2019-20 - ntop.org
|
|
--
|
|
|
|
local alert_keys = require "alert_keys"
|
|
|
|
return {
|
|
alert_key = alert_keys.ntopng.alert_suspicious_activity,
|
|
i18n_title = "alerts_dashboard.suspicious_activity",
|
|
icon = "fas fa-exclamation",
|
|
}
|