mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implements caching of probing alerts preferences
This commit is contained in:
parent
2899e1eeb7
commit
2b5da87dff
8 changed files with 17 additions and 61 deletions
|
|
@ -220,7 +220,7 @@ function printAlerts()
|
|||
"Enable alerts logging on system syslog.",
|
||||
"On", "1", "success",
|
||||
"Off", "0", "danger",
|
||||
"toggle_alert_syslog", "ntopng.prefs.alerts_syslog", "1",
|
||||
"toggle_alert_syslog", "ntopng.prefs.alerts_syslog", "0",
|
||||
false, nil, nil, showElements)
|
||||
|
||||
print('<tr><th colspan=2 class="info"><i class="fa fa-slack" aria-hidden="true"></i> Slack Integration</th></tr>')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue