Skip to content

Commit

Permalink
completed ui
Browse files Browse the repository at this point in the history
  • Loading branch information
parkiino committed Oct 19, 2020
1 parent 57b8993 commit a7add0d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,15 @@ export const MalwareProtections = React.memo(() => {
);
})}
</ProtectionRadioGroup>
<EuiSpacer size="s" />
<EuiTitle size="xxxs">
<h6>
<FormattedMessage
id="xpack.securitySolution.endpoint.policyDetailsConfig.userNotification"
defaultMessage="User Notification"
/>
</h6>
</EuiTitle>
<EuiCheckbox
id="xpack.securitySolution.endpoint.policyDetail.malware.userNotification"
onChange={handleUserNotificationCheckbox}
Expand Down

0 comments on commit a7add0d

Please sign in to comment.