Skip to content

Commit 2b29be3

Browse files
added severity to alerts
1 parent 9c888be commit 2b29be3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/cipp/CIPPSettings.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ const NotificationsSettings = () => {
11341134
]}
11351135
/>
11361136
</CCol>
1137-
<CCol>
1137+
<CCol className="mb-3">
11381138
<RFFSelectSearch
11391139
multi={true}
11401140
label="Choose which severity of alert you want to be notified for."
@@ -1143,6 +1143,7 @@ const NotificationsSettings = () => {
11431143
{ value: 'Alert', name: 'Alert' },
11441144
{ value: 'Error', name: 'Error' },
11451145
{ value: 'Info', name: 'Info' },
1146+
{ value: 'Warn', name: 'Warn' },
11461147
]}
11471148
/>
11481149
</CCol>

0 commit comments

Comments
 (0)