mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
11 lines
228 B
Lua
11 lines
228 B
Lua
--
|
|
-- (C) 2019-20 - ntop.org
|
|
--
|
|
|
|
local alert_keys = require "alert_keys"
|
|
|
|
return {
|
|
alert_key = alert_keys.ntopng.alert_udp_unidirectional,
|
|
i18n_title = "alerts_dashboard.udp_unidirectional",
|
|
icon = "fas fa-exclamation",
|
|
}
|