mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Make SSL alerts configurable from preferences
This commit is contained in:
parent
63928325c8
commit
073537faff
8 changed files with 25 additions and 3 deletions
|
|
@ -188,6 +188,12 @@ function printAlerts()
|
|||
"toggle_alert_probing", "ntopng.prefs.probing_alerts", "0",
|
||||
false, nil, nil, showElements)
|
||||
|
||||
toggleTableButtonPrefs(subpage_active.entries["toggle_ssl_alerts"].title, subpage_active.entries["toggle_ssl_alerts"].description,
|
||||
"On", "1", "success",
|
||||
"Off","0", "danger",
|
||||
"toggle_ssl_alerts", "ntopng.prefs.ssl_alerts", "0",
|
||||
false, nil, nil, showElements)
|
||||
|
||||
toggleTableButtonPrefs(subpage_active.entries["toggle_malware_probing"].title, subpage_active.entries["toggle_malware_probing"].description,
|
||||
"On", "1", "success",
|
||||
"Off", "0", "danger",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue