From 4b36eaed4813ff6f2abcb079fabf77c3524d3a95 Mon Sep 17 00:00:00 2001 From: KelvinTegelaar <49186168+KelvinTegelaar@users.noreply.github.com> Date: Wed, 19 Jul 2023 21:27:12 +0200 Subject: [PATCH] Add updates webhook --- src/views/cipp/CIPPSettings.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/cipp/CIPPSettings.js b/src/views/cipp/CIPPSettings.js index 931ecdb7ea4c..f4d145b593ca 100644 --- a/src/views/cipp/CIPPSettings.js +++ b/src/views/cipp/CIPPSettings.js @@ -1016,6 +1016,7 @@ const NotificationsSettings = () => { label="Choose which logs you'd like to receive alerts from. This notification will be sent every 15 minutes." name="logsToInclude" values={[ + { value: 'Updates', name: 'Updates Status' }, { value: 'Standards', name: 'All Standards' }, { value: 'TokensUpdater', name: 'Token Events' }, { value: 'ExecDnsConfig', name: 'Changing DNS Settings' },