Skip to content

Commit

Permalink
rework toggleTableButtonPrefs to reduce parameters number
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuele-f committed Jul 11, 2017
1 parent 2815fc9 commit a16f6f9
Show file tree
Hide file tree
Showing 5 changed files with 215 additions and 118 deletions.
4 changes: 2 additions & 2 deletions include/ntop_defines.h
Expand Up @@ -622,10 +622,10 @@

#define ALERTS_MANAGER_NOTIFICATION_QUEUE_NAME "ntopng.alerts.notifications_queue"
#define ALERTS_MANAGER_SENDER_USERNAME "ntopng.alerts.sender_username"
#define ALERTS_MANAGER_SLACK_NOTIFICATIONS_ENABLED "ntopng.alerts.slack_notifications_enabled"
#define ALERTS_MANAGER_SLACK_NOTIFICATIONS_ENABLED "ntopng.prefs.alerts.slack_notifications_enabled"
#define ALERTS_MANAGER_NOTIFICATION_SENDER "ntopng.alerts.sender_username"
#define ALERTS_MANAGER_NOTIFICATION_SEVERITY "ntopng.alerts.slack_alert_severity"
#define ALERTS_DUMP_DURING_IFACE_ALERTED "ntopng.alerts.dump_alerts_when_iface_is_alerted"
#define ALERTS_DUMP_DURING_IFACE_ALERTED "ntopng.prefs.alerts.dump_alerts_when_iface_is_alerted"

#define CONST_MAX_NUM_THREADED_ACTIVITIES 64
#define STARTUP_SCRIPT_PATH "startup.lua"
Expand Down

0 comments on commit a16f6f9

Please sign in to comment.