mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Implements #3811 Implements #3812 Refactors builtin alerts Refactors builtin flow statuses
11 lines
180 B
Lua
11 lines
180 B
Lua
--
|
|
-- (C) 2019-20 - ntop.org
|
|
--
|
|
|
|
local alert_keys = require "alert_keys"
|
|
|
|
return {
|
|
alert_key = alert_keys.ntopng.alert_none,
|
|
i18n_title = "None",
|
|
icon = "fas fa-question",
|
|
}
|