Skip to content

Commit

Permalink
[SecuritySolution] Add text intro to Asset Criticality on upload page (
Browse files Browse the repository at this point in the history
…#197436)

## Summary

Add text intro to Asset Criticality on the upload page.
Described here:
#196633 (comment)

![Screenshot 2024-10-23 at 15 21
06](https://github.com/user-attachments/assets/fa984960-6cec-4efa-b009-0044520bb6e6)
  • Loading branch information
machadoum authored Oct 24, 2024
1 parent 7164a34 commit 0a825ef
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,11 @@ const WhatIsAssetCriticalityPanel: React.FC = () => {

return (
<EuiPanel hasBorder={true} paddingSize="l" grow={false}>
<FormattedMessage
id="xpack.securitySolution.entityAnalytics.assetCriticalityUploadPage.information.intro"
defaultMessage="As part of importing entities using a text file, you are also able to set Asset Criticality for the imported Entities."
/>
<EuiSpacer size="l" />
<EuiFlexGroup alignItems="center" gutterSize="s">
<EuiIcon type="questionInCircle" size="xl" />
<EuiTitle size="xxs">
Expand Down

0 comments on commit 0a825ef

Please sign in to comment.