File tree Expand file tree Collapse file tree
x-pack/plugins/security_solution/public
cloud_security_posture/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ export const EntityInsight = <T,>({
3030 < >
3131 { hasMisconfigurationFindings && (
3232 < >
33- < EuiHorizontalRule />
3433 < EuiAccordion
3534 initialIsOpen = { true }
3635 id = "entityInsight-accordion"
@@ -60,6 +59,7 @@ export const EntityInsight = <T,>({
6059 />
6160 < EuiSpacer size = "m" />
6261 </ EuiAccordion >
62+ < EuiHorizontalRule />
6363 </ >
6464 ) }
6565 </ >
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ export const HostPanelContent = ({
6464 entity = { { name : hostName , type : 'host' } }
6565 onChange = { onAssetCriticalityChange }
6666 />
67+ < EntityInsight name = { hostName } fieldName = { 'host.name' } isPreviewMode = { isPreviewMode } />
6768 < ObservedEntity
6869 observedData = { observedHost }
6970 contextID = { contextID }
@@ -72,7 +73,6 @@ export const HostPanelContent = ({
7273 observedFields = { observedFields }
7374 queryId = { HOST_PANEL_OBSERVED_HOST_QUERY_ID }
7475 />
75- < EntityInsight name = { hostName } fieldName = { 'host.name' } isPreviewMode = { isPreviewMode } />
7676 </ FlyoutBody >
7777 ) ;
7878} ;
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ export const UserPanelContent = ({
7373 entity = { { name : userName , type : 'user' } }
7474 onChange = { onAssetCriticalityChange }
7575 />
76+ < EntityInsight name = { userName } fieldName = { 'user.name' } isPreviewMode = { isPreviewMode } />
7677 < ObservedEntity
7778 observedData = { observedUser }
7879 contextID = { contextID }
@@ -90,7 +91,6 @@ export const UserPanelContent = ({
9091 openDetailsPanel = { openDetailsPanel }
9192 />
9293 ) }
93- < EntityInsight name = { userName } fieldName = { 'user.name' } isPreviewMode = { isPreviewMode } />
9494 </ FlyoutBody >
9595 ) ;
9696} ;
You can’t perform that action at this time.
0 commit comments