mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Improve alerts preferences messages
This commit is contained in:
parent
faf5f1e0a1
commit
7cabd032c1
3 changed files with 34 additions and 34 deletions
|
|
@ -331,7 +331,7 @@ function printExternalAlertsReport()
|
|||
local alert_sev_labels = {i18n("prefs.errors"), i18n("prefs.errors_and_warnings"), i18n("prefs.all")}
|
||||
local alert_sev_values = {"error", "warning", "info"}
|
||||
|
||||
print('<tr><th colspan="2" class="info">'..i18n("prefs.external_alerts")..'</th></tr>')
|
||||
print('<tr><th colspan="2" class="info">'..i18n("prefs.alerts_notifications")..'</th></tr>')
|
||||
|
||||
prefsToggleButton({
|
||||
field = "toggle_external_alerts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue