We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fa882 commit fa0723cCopy full SHA for fa0723c
src/psm/Module/Server/Controller/ServerController.php
@@ -149,6 +149,8 @@ private static function setDefaultMonitoringNotificationsToConfiguredValues( arr
149
$tpl_data['edit_pushover_selected'] = psm_get_conf('pushover_status') ? 'yes' : 'no';
150
$tpl_data['edit_telegram_selected'] = psm_get_conf('telegram_status') ? 'yes' : 'no';
151
$tpl_data['edit_jabber_selected'] = psm_get_conf('jabber_status') ? 'yes' : 'no';
152
+ $tpl_data['edit_discord_selected'] = psm_get_conf('discord_status') ? 'yes' : 'no';
153
+ $tpl_data['edit_webhook_selected'] = psm_get_conf('webhook_status') ? 'yes' : 'no';
154
}
155
156
/**
0 commit comments