Skip to content

Commit

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

## Summary

This PR turns off auto sorting for `ilm.phase` filter, to keep the
dropdown options in place as requested in #202596.
Closes: #202596

(cherry picked from commit 18fd171)
  • Loading branch information
kowalczyk-krzysztof committed Jan 7, 2025
1 parent e723e75 commit b2b4228
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 b2b4228

Please sign in to comment.