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 e8561bb commit 4b36eaeCopy full SHA for 4b36eae
src/views/cipp/CIPPSettings.js
@@ -1016,6 +1016,7 @@ const NotificationsSettings = () => {
1016
label="Choose which logs you'd like to receive alerts from. This notification will be sent every 15 minutes."
1017
name="logsToInclude"
1018
values={[
1019
+ { value: 'Updates', name: 'Updates Status' },
1020
{ value: 'Standards', name: 'All Standards' },
1021
{ value: 'TokensUpdater', name: 'Token Events' },
1022
{ value: 'ExecDnsConfig', name: 'Changing DNS Settings' },
0 commit comments