File tree Expand file tree Collapse file tree
x-pack/plugins/security_solution/public/timelines/components/side_panel/event_details Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -153,19 +153,17 @@ const EventDetailsPanelComponent: React.FC<EventDetailsPanelProps> = ({
153153 />
154154 ) }
155155 </ StyledEuiFlyoutBody >
156- { isIsolationAllowed &&
157- isEndpointAlert &&
158- isHostIsolationPanelOpen === false && (
159- < EuiFlyoutFooter >
160- < EuiFlexGroup justifyContent = "flexEnd" >
161- < EuiFlexItem grow = { false } >
162- < TakeActionDropdown onChange = { showHostIsolationPanel } agentId = { agentId } />
163- </ EuiFlexItem >
164- </ EuiFlexGroup >
165- < EuiSpacer size = "l" />
166- < EuiSpacer size = "l" />
167- </ EuiFlyoutFooter >
168- ) }
156+ { isIsolationAllowed && isEndpointAlert && isHostIsolationPanelOpen === false && (
157+ < EuiFlyoutFooter >
158+ < EuiFlexGroup justifyContent = "flexEnd" >
159+ < EuiFlexItem grow = { false } >
160+ < TakeActionDropdown onChange = { showHostIsolationPanel } agentId = { agentId } />
161+ </ EuiFlexItem >
162+ </ EuiFlexGroup >
163+ < EuiSpacer size = "l" />
164+ < EuiSpacer size = "l" />
165+ </ EuiFlyoutFooter >
166+ ) }
169167 </ >
170168 ) : (
171169 < >
You can’t perform that action at this time.
0 commit comments