mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
reworked blog notifications
now the notification are stored in redis and not anymore in browser local storage
This commit is contained in:
parent
24b13e240c
commit
633ee3096d
8 changed files with 147 additions and 212 deletions
|
|
@ -1507,6 +1507,7 @@ local known_parameters = {
|
|||
["send_test_slack"] = validateEmpty,
|
||||
["send_test_webhook"] = validateEmpty,
|
||||
["network_discovery_interval"] = validateNumber,
|
||||
["blog_notification_id"] = validateNumber,
|
||||
["mud_recording"] = validateChoiceInline({"default", "general_purpose", "special_purpose", "disabled"}),
|
||||
["captive_portal_id_method"] = validateChoiceInline({"mac", "ip"}),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue