Commit c0b807a
authored
[Upgrade assistant] Hide delete button in ES table when index reindexing is in progress (#229260)
## Summary
Fixes a bug in the ES deprecations table. When index reindexing was in
progress, we were showing the delete button, but only the reindexing
button should be available.
#### Before
<img width="661" height="195" alt="Screenshot 2025-07-24 at 10 04 18"
src="https://github.com/user-attachments/assets/3046ebc2-21d1-48f1-a564-ded3000dd708"
/>
#### After
<img width="554" height="203" alt="Screenshot 2025-07-24 at 10 42 26"
src="https://github.com/user-attachments/assets/7545e3c2-4272-45d8-8848-f96317fc5265"
/>1 parent b9f5c90 commit c0b807a
File tree
2 files changed
+35
-0
lines changed- x-pack/platform/plugins/private/upgrade_assistant
- __jest__/client_integration/es_deprecations
- public/application/components/es_deprecations/deprecation_types/indices
2 files changed
+35
-0
lines changedLines changed: 34 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
| 816 | + | |
| 817 | + | |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
| 831 | + | |
| 832 | + | |
| 833 | + | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
816 | 850 | | |
817 | 851 | | |
818 | 852 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
| |||
0 commit comments