Skip to content

Commit 4b36eae

Browse files
Add updates webhook
1 parent e8561bb commit 4b36eae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/cipp/CIPPSettings.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,6 +1016,7 @@ const NotificationsSettings = () => {
10161016
label="Choose which logs you'd like to receive alerts from. This notification will be sent every 15 minutes."
10171017
name="logsToInclude"
10181018
values={[
1019+
{ value: 'Updates', name: 'Updates Status' },
10191020
{ value: 'Standards', name: 'All Standards' },
10201021
{ value: 'TokensUpdater', name: 'Token Events' },
10211022
{ value: 'ExecDnsConfig', name: 'Changing DNS Settings' },

0 commit comments

Comments
 (0)