mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Alternative message for speedtest execution alerts
This commit is contained in:
parent
5eff97e55b
commit
e3115e14e8
6 changed files with 29 additions and 1 deletions
|
|
@ -138,6 +138,8 @@ return {
|
|||
},
|
||||
-- If set, the user cannot change the host
|
||||
force_host = nil,
|
||||
-- An alternative localization string for the unrachable alert message
|
||||
unreachable_alert_i18n = nil,
|
||||
}, {
|
||||
key = "https",
|
||||
i18n_label = "https",
|
||||
|
|
@ -160,6 +162,7 @@ return {
|
|||
"active_monitoring_stats.other_https_descr"
|
||||
},
|
||||
force_host = nil,
|
||||
unreachable_alert_i18n = nil,
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue