Skip to content

Commit

Permalink
[Stack Monitoring] Turn off autoSortOptions for ilm.phase filter (ela…
Browse files Browse the repository at this point in the history
…stic#205351)

## Summary

This PR turns off auto sorting for `ilm.phase` filter, to keep the
dropdown options in place as requested in elastic#202596.
Closes: elastic#202596
  • Loading branch information
kowalczyk-krzysztof authored and viduni94 committed Jan 23, 2025
1 parent 39197a0 commit e1c7eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ export const ilmFilterExtension = (indices: Index[]) => {
defaultMessage: 'Lifecycle phase',
}),
multiSelect: 'or',
autoSortOptions: false,
options: [
{
value: 'hot',
Expand Down

0 comments on commit e1c7eff

Please sign in to comment.