[SecuritySolution] Add text intro to Asset Criticality on upload page (#197436)

## Summary

Add text intro to Asset Criticality on the upload page.
Described here:
https://github.com/elastic/kibana/issues/196633#issuecomment-2420541914

![Screenshot 2024-10-23 at 15 21
06](https://github.com/user-attachments/assets/fa984960-6cec-4efa-b009-0044520bb6e6)
This commit is contained in:
Pablo Machado 2024-10-24 13:22:10 +02:00 committed by GitHub
parent 7164a343e5
commit 0a825ef784
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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">