diff --git a/public/pages/CreateSnapshotPolicy/components/SnapshotIndicesRepoInput/SnapshotIndicesRepoInput.tsx b/public/pages/CreateSnapshotPolicy/components/SnapshotIndicesRepoInput/SnapshotIndicesRepoInput.tsx index f9e2ea5c6..ee7ebd52c 100644 --- a/public/pages/CreateSnapshotPolicy/components/SnapshotIndicesRepoInput/SnapshotIndicesRepoInput.tsx +++ b/public/pages/CreateSnapshotPolicy/components/SnapshotIndicesRepoInput/SnapshotIndicesRepoInput.tsx @@ -94,7 +94,7 @@ const SnapshotIndicesRepoInput = ({ {showFlyout != null && ( - Create repository + Create repository )} diff --git a/public/pages/CreateSnapshotPolicy/containers/CreateSnapshotPolicy/CreateSnapshotPolicy.tsx b/public/pages/CreateSnapshotPolicy/containers/CreateSnapshotPolicy/CreateSnapshotPolicy.tsx index fc5f23a55..7b4a9e6cb 100644 --- a/public/pages/CreateSnapshotPolicy/containers/CreateSnapshotPolicy/CreateSnapshotPolicy.tsx +++ b/public/pages/CreateSnapshotPolicy/containers/CreateSnapshotPolicy/CreateSnapshotPolicy.tsx @@ -698,7 +698,7 @@ export class CreateSnapshotPolicy extends MDSEnabledComponent - Number of snapshots retained + Number of snapshots retained @@ -726,7 +726,7 @@ export class CreateSnapshotPolicy extends MDSEnabledComponent - Deletion frequency + Deletion frequency Configure when to check retention conditions and delete snapshots. diff --git a/public/pages/Reindex/components/CreateIndexFlyout/__snapshots__/CreateIndexFlyout.test.tsx.snap b/public/pages/Reindex/components/CreateIndexFlyout/__snapshots__/CreateIndexFlyout.test.tsx.snap index c8fcd6226..4ea9f5571 100644 --- a/public/pages/Reindex/components/CreateIndexFlyout/__snapshots__/CreateIndexFlyout.test.tsx.snap +++ b/public/pages/Reindex/components/CreateIndexFlyout/__snapshots__/CreateIndexFlyout.test.tsx.snap @@ -860,6 +860,7 @@ Object { + EuiIconMock diff --git a/public/pages/Repositories/components/CreateRepositoryFlyout/CreateRepositoryFlyout.tsx b/public/pages/Repositories/components/CreateRepositoryFlyout/CreateRepositoryFlyout.tsx index 360ce4d1d..1da2857f7 100644 --- a/public/pages/Repositories/components/CreateRepositoryFlyout/CreateRepositoryFlyout.tsx +++ b/public/pages/Repositories/components/CreateRepositoryFlyout/CreateRepositoryFlyout.tsx @@ -231,13 +231,15 @@ export class CreateRepositoryFlyout extends MDSEnabledComponent -

- To use a custom repository, such as Amazon S3, Azure Blob Storage or similar, install and configure the respective repository - plugin on OpenSearch and then define the repository configuration below.{" "} - - Learn more - -

+ +

+ To use a custom repository, such as Amazon S3, Azure Blob Storage or similar, install and configure the respective repository + plugin on OpenSearch and then define the repository configuration below.{" "} + + Learn more + +

+
@@ -272,7 +274,7 @@ export class CreateRepositoryFlyout extends MDSEnabledComponent - +

{!!editRepo ? "Edit" : "Create"} repository

diff --git a/public/pages/Repositories/containers/Repositories/Repositories.tsx b/public/pages/Repositories/containers/Repositories/Repositories.tsx index 0ab77b5f2..c7142b4b4 100644 --- a/public/pages/Repositories/containers/Repositories/Repositories.tsx +++ b/public/pages/Repositories/containers/Repositories/Repositories.tsx @@ -248,7 +248,7 @@ export class Repositories extends MDSEnabledComponent Delete , - + Create repository , ]; @@ -341,7 +341,13 @@ export class Repositories extends MDSEnabledComponent +

Repositories

+ + ); const useActions = useNewUX ? undefined : actions; const useSubTitleText = useNewUX ? undefined : subTitleText; diff --git a/public/pages/SnapshotPolicies/containers/SnapshotPolicies/SnapshotPolicies.tsx b/public/pages/SnapshotPolicies/containers/SnapshotPolicies/SnapshotPolicies.tsx index 259a87eec..02be57f04 100644 --- a/public/pages/SnapshotPolicies/containers/SnapshotPolicies/SnapshotPolicies.tsx +++ b/public/pages/SnapshotPolicies/containers/SnapshotPolicies/SnapshotPolicies.tsx @@ -483,7 +483,7 @@ export class SnapshotPolicies extends MDSEnabledComponent , - + Create policy , ]; @@ -508,7 +508,7 @@ export class SnapshotPolicies extends MDSEnabledComponent } actions={ - + Create policy } @@ -569,7 +569,15 @@ export class SnapshotPolicies extends MDSEnabledComponent - + +

Snapshot policies

+ + } + actions={actions} + subTitleText={subTitleText} + > +

Snapshots

+ + ); const SnapshotTabName = useNewUX ? "Index snapshots" : "Snapshots"; const useActions = useNewUX ? undefined : actions; const useSubTitle = useNewUX ? undefined : subTitleText; diff --git a/public/pages/VisualCreatePolicy/components/FlyoutFooter/FlyoutFooter.tsx b/public/pages/VisualCreatePolicy/components/FlyoutFooter/FlyoutFooter.tsx index de0a17c09..868a38688 100644 --- a/public/pages/VisualCreatePolicy/components/FlyoutFooter/FlyoutFooter.tsx +++ b/public/pages/VisualCreatePolicy/components/FlyoutFooter/FlyoutFooter.tsx @@ -36,7 +36,7 @@ const FlyoutFooter = ({ - + {text ? text : restore ? "Restore snapshot" : !save ? `${edit ? "Edit" : "Add"} ${action}` : save ? "Save" : "Create"} diff --git a/public/pages/VisualCreatePolicy/components/FlyoutFooter/__snapshots__/FlyoutFooter.test.tsx.snap b/public/pages/VisualCreatePolicy/components/FlyoutFooter/__snapshots__/FlyoutFooter.test.tsx.snap index 965abd239..4e160c81a 100644 --- a/public/pages/VisualCreatePolicy/components/FlyoutFooter/__snapshots__/FlyoutFooter.test.tsx.snap +++ b/public/pages/VisualCreatePolicy/components/FlyoutFooter/__snapshots__/FlyoutFooter.test.tsx.snap @@ -34,6 +34,7 @@ exports[` spec renders the component 1`] = ` + EuiIconMock