diff --git a/src/views/cipp/CIPPSettings.js b/src/views/cipp/CIPPSettings.js index c7b45722b35f..f83a48bce9c2 100644 --- a/src/views/cipp/CIPPSettings.js +++ b/src/views/cipp/CIPPSettings.js @@ -1143,7 +1143,8 @@ const NotificationsSettings = () => { { value: 'Alert', name: 'Alert' }, { value: 'Error', name: 'Error' }, { value: 'Info', name: 'Info' }, - { value: 'Warn', name: 'Warn' }, + { value: 'Warning', name: 'Warning' }, + { value: 'Critical', name: 'Critical' }, ]} /> diff --git a/src/views/tenant/administration/AlertWizard.js b/src/views/tenant/administration/AlertWizard.js index e0874ff2ed4f..40a310af660d 100644 --- a/src/views/tenant/administration/AlertWizard.js +++ b/src/views/tenant/administration/AlertWizard.js @@ -6,7 +6,7 @@ import { faCheck, faExclamationTriangle, faTimes } from '@fortawesome/free-solid import { CippWizard } from 'src/components/layout' import { WizardTableField } from 'src/components/tables' import PropTypes from 'prop-types' -import { RFFCFormSelect, RFFCFormSwitch, RFFSelectSearch } from 'src/components/forms' +import { Condition, RFFCFormSelect, RFFCFormSwitch, RFFSelectSearch } from 'src/components/forms' import { useLazyGenericPostRequestQuery } from 'src/store/api/app' import countryList from 'src/data/countryList.json' const Error = ({ name }) => ( @@ -98,53 +98,61 @@ const AlertWizard = () => { These alerts will be sent to the user or webhook configured in the CIPP notification settings menu.

+ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + - - - - - - + + + + + + + +