diff --git a/public/pages/CreateIndex/components/IndexDetail/IndexDetail.tsx b/public/pages/CreateIndex/components/IndexDetail/IndexDetail.tsx index 6a6d6a987..4f2b52f7a 100644 --- a/public/pages/CreateIndex/components/IndexDetail/IndexDetail.tsx +++ b/public/pages/CreateIndex/components/IndexDetail/IndexDetail.tsx @@ -405,6 +405,7 @@ const IndexDetail = ( panels={[ { id: 0, + width: 400, items: sourceIndices.map((sourceIndex) => ({ name: sourceIndex, "data-test-subj": `import-settings-${sourceIndex}`, diff --git a/public/pages/Reindex/components/ReindexAdvancedOptions/ReindexAdvancedOptions.tsx b/public/pages/Reindex/components/ReindexAdvancedOptions/ReindexAdvancedOptions.tsx index 8e027de9b..f247fe8ca 100644 --- a/public/pages/Reindex/components/ReindexAdvancedOptions/ReindexAdvancedOptions.tsx +++ b/public/pages/Reindex/components/ReindexAdvancedOptions/ReindexAdvancedOptions.tsx @@ -78,7 +78,7 @@ const ReindexAdvancedOptions = (props: ReindexOptionsProps) => { - + - Pipeline pre-process documents before writing into destination + Pipeline pre-process documents before writing into destination. -
+