Skip to content

Commit a7add0d

Browse files
committed
completed ui
1 parent 57b8993 commit a7add0d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • x-pack/plugins/security_solution/public/management/pages/policy/view/policy_forms/protections

x-pack/plugins/security_solution/public/management/pages/policy/view/policy_forms/protections/malware.tsx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,15 @@ export const MalwareProtections = React.memo(() => {
180180
);
181181
})}
182182
</ProtectionRadioGroup>
183+
<EuiSpacer size="s" />
184+
<EuiTitle size="xxxs">
185+
<h6>
186+
<FormattedMessage
187+
id="xpack.securitySolution.endpoint.policyDetailsConfig.userNotification"
188+
defaultMessage="User Notification"
189+
/>
190+
</h6>
191+
</EuiTitle>
183192
<EuiCheckbox
184193
id="xpack.securitySolution.endpoint.policyDetail.malware.userNotification"
185194
onChange={handleUserNotificationCheckbox}

0 commit comments

Comments
 (0)