Skip to content

Commit

Permalink
Merge branch 'timeline-query-fields' of github.com:XavierM/kibana int…
Browse files Browse the repository at this point in the history
…o timeline-query-fields
  • Loading branch information
XavierM committed Dec 7, 2020
2 parents 61dfb1e + 81c802e commit b69cadf
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,11 @@ export const ColumnHeadersComponent = ({
</EventsThContent>
</EventsTh>
<EventsTh>
<EuiToolTip content={i18n.SORT_FIELDS}>
<SortingColumnsContainer>{ColumnSorting}</SortingColumnsContainer>
</EuiToolTip>
<EventsThContent textAlign="center" width={DEFAULT_ICON_BUTTON_WIDTH}>
<EuiToolTip content={i18n.SORT_FIELDS}>
<SortingColumnsContainer>{ColumnSorting}</SortingColumnsContainer>
</EuiToolTip>
</EventsThContent>
</EventsTh>

{showEventsSelect && (
Expand Down

0 comments on commit b69cadf

Please sign in to comment.