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