mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix slack channels not hidden
This commit is contained in:
parent
71ebaa39c2
commit
0472cc6698
1 changed files with 1 additions and 1 deletions
|
|
@ -454,7 +454,7 @@ function printExternalAlertsReport()
|
|||
|
||||
print('<tr><th colspan=2 class="info"><i class="fa fa-slack" aria-hidden="true"></i> '..i18n('prefs.slack_integration')..'</th></tr>')
|
||||
|
||||
local elementToSwitchSlack = {"row_slack_notification_severity_preference", "slack_sender_username", "slack_webhook", "slack_test"}
|
||||
local elementToSwitchSlack = {"row_slack_notification_severity_preference", "slack_sender_username", "slack_webhook", "slack_test", "slack_channels"}
|
||||
|
||||
prefsToggleButton({
|
||||
field = "toggle_slack_notification",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue