From 3c03c9ba7e4326b98e92ad7cae5a5f9b22d1d6a9 Mon Sep 17 00:00:00 2001 From: Alessandro Stoltenberg Date: Fri, 6 May 2022 18:11:45 +0200 Subject: [PATCH 1/2] Missing documentation link in Index Lifecycle policy editor. --- .../phases/shared_fields/snapshot_policies_field.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/snapshot_policies_field.tsx b/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/snapshot_policies_field.tsx index 62f322e4f48f3..40f80ae6e6b22 100644 --- a/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/snapshot_policies_field.tsx +++ b/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/snapshot_policies_field.tsx @@ -159,12 +159,12 @@ export const SnapshotPoliciesField: React.FunctionComponent = () => { id="xpack.indexLifecycleMgmt.editPolicy.deletePhase.waitForSnapshotDescription" defaultMessage="Specify a snapshot policy to be executed before the deletion of the index. This ensures that a snapshot of the deleted index is available." />{' '} - + } titleSize="xs" fullWidth - > + >131749 <> path={waitForSnapshotFormField} From c0af17782eed4140162ca2ec73cf777f8b68c5ed Mon Sep 17 00:00:00 2001 From: Alessandro Stoltenberg Date: Fri, 6 May 2022 18:15:12 +0200 Subject: [PATCH 2/2] Adds missing link to documentation in Index Lifecycle policy editor. --- .../components/phases/shared_fields/snapshot_policies_field.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/snapshot_policies_field.tsx b/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/snapshot_policies_field.tsx index 40f80ae6e6b22..e89189df7667b 100644 --- a/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/snapshot_policies_field.tsx +++ b/x-pack/plugins/index_lifecycle_management/public/application/sections/edit_policy/components/phases/shared_fields/snapshot_policies_field.tsx @@ -164,7 +164,7 @@ export const SnapshotPoliciesField: React.FunctionComponent = () => { } titleSize="xs" fullWidth - >131749 + > <> path={waitForSnapshotFormField}