mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Minor geolocation message fix
This commit is contained in:
parent
da12cd93a4
commit
d31c460bd8
2 changed files with 5 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ local ALARM_THRESHOLD_HIGH = 90
|
|||
|
||||
local function create_geo_ip_alert_notification()
|
||||
|
||||
local title = i18n("geo_map.geo_ip")
|
||||
local title = i18n("geolocation_unavailable_title")
|
||||
local description = i18n("geolocation_unavailable", {url = "https://github.com/ntop/ntopng/blob/dev/doc/README.geolocation.md", target = "_blank", icon = "fas fa-external-link-alt"})
|
||||
|
||||
return alert_notification:create("geoip_alert", title, description, "warning", nil, "nedge/system_setup/")
|
||||
|
|
@ -146,4 +146,5 @@ function defined_alert_notifications.too_many_flows(container)
|
|||
|
||||
end
|
||||
|
||||
return defined_alert_notifications
|
||||
return defined_alert_notifications
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue