mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Improve alert via email documentation
This commit is contained in:
parent
e4b5fd7a3a
commit
fd0ea2e70a
3 changed files with 19 additions and 3 deletions
|
|
@ -84,7 +84,7 @@ if(haveAdminPrivileges()) then
|
|||
message_info = i18n("prefs.email_sent_successfully")
|
||||
message_severity = "alert-success"
|
||||
else
|
||||
message_info = i18n("prefs.email_send_error", {product=product})
|
||||
message_info = i18n("prefs.email_send_error", {url="https://www.ntop.org/guides/ntopng/web_gui/alerts.html#email"})
|
||||
message_severity = "alert-danger"
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue