Skip to content

Commit 18fd171

Browse files
[Stack Monitoring] Turn off autoSortOptions for ilm.phase filter (#205351)
## Summary This PR turns off auto sorting for `ilm.phase` filter, to keep the dropdown options in place as requested in #202596. Closes: #202596
1 parent 2cfc167 commit 18fd171

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

x-pack/platform/plugins/private/index_lifecycle_management/__jest__/__snapshots__/extend_index_management.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/platform/plugins/private/index_lifecycle_management/public/extend_index_management/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ export const ilmFilterExtension = (indices: Index[]) => {
186186
defaultMessage: 'Lifecycle phase',
187187
}),
188188
multiSelect: 'or',
189+
autoSortOptions: false,
189190
options: [
190191
{
191192
value: 'hot',

0 commit comments

Comments
 (0)