mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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 
This commit is contained in:
parent
7164a343e5
commit
0a825ef784
1 changed files with 5 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue