mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security Solution][Admin][Kql bar] Align kql bar with buttons on same row in endpoint list(#132468)
This commit is contained in:
parent
fa607d1fe5
commit
3f339f2596
1 changed files with 1 additions and 1 deletions
|
@ -726,7 +726,7 @@ export const EndpointList = () => {
|
|||
</>
|
||||
)}
|
||||
{transformFailedCallout}
|
||||
<EuiFlexGroup gutterSize="s">
|
||||
<EuiFlexGroup gutterSize="s" alignItems="center">
|
||||
{shouldShowKQLBar && (
|
||||
<EuiFlexItem>
|
||||
<AdminSearchBar />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue