diff --git a/public/pages/CreateTransform/containers/CreateTransformForm/__snapshots__/CreateTransformForm.test.tsx.snap b/public/pages/CreateTransform/containers/CreateTransformForm/__snapshots__/CreateTransformForm.test.tsx.snap index ecba2cdc0..ecfe6e846 100644 --- a/public/pages/CreateTransform/containers/CreateTransformForm/__snapshots__/CreateTransformForm.test.tsx.snap +++ b/public/pages/CreateTransform/containers/CreateTransformForm/__snapshots__/CreateTransformForm.test.tsx.snap @@ -153,11 +153,13 @@ exports[` spec renders the component 1`] = `
-

- Set up indices -

+

+ Set up indices +

+
diff --git a/public/pages/CreateTransform/containers/DefineTransformsStep/DefineTransformsStep.tsx b/public/pages/CreateTransform/containers/DefineTransformsStep/DefineTransformsStep.tsx index fe7419ef4..08678725f 100644 --- a/public/pages/CreateTransform/containers/DefineTransformsStep/DefineTransformsStep.tsx +++ b/public/pages/CreateTransform/containers/DefineTransformsStep/DefineTransformsStep.tsx @@ -4,7 +4,7 @@ */ import React, { Component } from "react"; -import { EuiSpacer, EuiTitle, EuiFlexGroup, EuiFlexItem } from "@elastic/eui"; +import { EuiSpacer, EuiTitle, EuiFlexGroup, EuiFlexItem, EuiText } from "@elastic/eui"; import { RouteComponentProps } from "react-router-dom"; import { TransformService } from "../../../../services"; import { BREADCRUMBS, ROUTES } from "../../../../utils/constants"; @@ -63,9 +63,9 @@ export default class DefineTransformsStep extends Component { return ( <> - +

Define transform

-
+ ); diff --git a/public/pages/CreateTransform/containers/ReviewAndCreateStep/ReviewAndCreateStep.tsx b/public/pages/CreateTransform/containers/ReviewAndCreateStep/ReviewAndCreateStep.tsx index c4e1d5143..0ac2e7a79 100644 --- a/public/pages/CreateTransform/containers/ReviewAndCreateStep/ReviewAndCreateStep.tsx +++ b/public/pages/CreateTransform/containers/ReviewAndCreateStep/ReviewAndCreateStep.tsx @@ -4,7 +4,7 @@ */ import React, { Component } from "react"; -import { EuiSpacer, EuiTitle, EuiFlexGroup, EuiFlexItem, EuiCallOut } from "@elastic/eui"; +import { EuiSpacer, EuiFlexGroup, EuiFlexItem, EuiCallOut, EuiText } from "@elastic/eui"; import { RouteComponentProps } from "react-router-dom"; import { TransformService } from "../../../../services"; import { BREADCRUMBS, ROUTES } from "../../../../utils/constants"; @@ -64,9 +64,9 @@ export default class ReviewAndCreateStep extends Component { return ( <> - +

Review and Create

-
+ ); diff --git a/public/pages/CreateTransform/containers/SetUpIndicesStep/SetUpIndicesStep.tsx b/public/pages/CreateTransform/containers/SetUpIndicesStep/SetUpIndicesStep.tsx index f6ca048a1..4ddcfef6b 100644 --- a/public/pages/CreateTransform/containers/SetUpIndicesStep/SetUpIndicesStep.tsx +++ b/public/pages/CreateTransform/containers/SetUpIndicesStep/SetUpIndicesStep.tsx @@ -4,7 +4,7 @@ */ import React, { ChangeEvent, Component } from "react"; -import { EuiSpacer, EuiTitle, EuiFlexGroup, EuiFlexItem, EuiComboBoxOptionOption } from "@elastic/eui"; +import { EuiSpacer, EuiTitle, EuiFlexGroup, EuiFlexItem, EuiComboBoxOptionOption, EuiText } from "@elastic/eui"; import { RouteComponentProps } from "react-router-dom"; import { TransformService } from "../../../../services"; import ConfigureTransform from "../../components/ConfigureTransform"; @@ -52,9 +52,9 @@ export default class SetUpIndicesStep extends Component { ? () => { return ( <> - +

Set up indices

-
+ ); diff --git a/public/pages/CreateTransform/containers/SpecifyScheduleStep/SpecifyScheduleStep.tsx b/public/pages/CreateTransform/containers/SpecifyScheduleStep/SpecifyScheduleStep.tsx index 307070bb9..1d39e7797 100644 --- a/public/pages/CreateTransform/containers/SpecifyScheduleStep/SpecifyScheduleStep.tsx +++ b/public/pages/CreateTransform/containers/SpecifyScheduleStep/SpecifyScheduleStep.tsx @@ -4,7 +4,7 @@ */ import React, { ChangeEvent, Component } from "react"; -import { EuiSpacer, EuiTitle, EuiFlexGroup, EuiFlexItem } from "@elastic/eui"; +import { EuiSpacer, EuiTitle, EuiFlexGroup, EuiFlexItem, EuiText } from "@elastic/eui"; import { RouteComponentProps } from "react-router-dom"; import { TransformService } from "../../../../services"; import { BREADCRUMBS, ROUTES } from "../../../../utils/constants"; @@ -129,9 +129,9 @@ export default class SpecifyScheduleStep extends Component { return ( <> - +

Specify Schedule

-
+ ); diff --git a/public/pages/IndexDetail/containers/IndexDetail/IndexDetail.tsx b/public/pages/IndexDetail/containers/IndexDetail/IndexDetail.tsx index bfaeee2bf..ed90332b8 100644 --- a/public/pages/IndexDetail/containers/IndexDetail/IndexDetail.tsx +++ b/public/pages/IndexDetail/containers/IndexDetail/IndexDetail.tsx @@ -353,9 +353,9 @@ export default function IndexDetail(props: IndexDetailModalProps) { ) : ( <>
- - {index} - + +

{index}

+
{
) : (
- +

Reindex

-
+ {subTitleText} diff --git a/public/pages/Reindex/container/Reindex/__snapshots__/Reindex.test.tsx.snap b/public/pages/Reindex/container/Reindex/__snapshots__/Reindex.test.tsx.snap index 8f66b1f41..cb4858c19 100644 --- a/public/pages/Reindex/container/Reindex/__snapshots__/Reindex.test.tsx.snap +++ b/public/pages/Reindex/container/Reindex/__snapshots__/Reindex.test.tsx.snap @@ -4,11 +4,13 @@ exports[` spec renders the component 1`] = `
-

- Reindex -

+

+ Reindex +

+
{
) : (
- +

Shrink index

-
+ {subTitleText} {Common()} diff --git a/public/pages/ShrinkIndex/container/ShrinkIndex/__snapshots__/ShrinkIndex.test.tsx.snap b/public/pages/ShrinkIndex/container/ShrinkIndex/__snapshots__/ShrinkIndex.test.tsx.snap index 7d80cf129..08fb8a8e8 100644 --- a/public/pages/ShrinkIndex/container/ShrinkIndex/__snapshots__/ShrinkIndex.test.tsx.snap +++ b/public/pages/ShrinkIndex/container/ShrinkIndex/__snapshots__/ShrinkIndex.test.tsx.snap @@ -5,11 +5,13 @@ exports[` spec renders the component 1`] = `
-

- Shrink index -

+

+ Shrink index +

+
{
) : (
- +

Split index

-
+ -

- Split index -

+

+ Split index +

+
- + Save changes @@ -210,9 +205,9 @@ export class EditTransform extends Component{Common()}
) : (
- +

Edit transform job

-
+ {Common()}
diff --git a/public/pages/Transforms/containers/Transforms/TransformDetails.tsx b/public/pages/Transforms/containers/Transforms/TransformDetails.tsx index 7cdc7a221..0a9974a61 100644 --- a/public/pages/Transforms/containers/Transforms/TransformDetails.tsx +++ b/public/pages/Transforms/containers/Transforms/TransformDetails.tsx @@ -389,9 +389,9 @@ export class TransformDetails extends Component - -

{id}

-
+ +

{id}

+
@@ -429,7 +429,6 @@ export class TransformDetails extends Component - - {"View JSON of " + id} + + +

{"View JSON of " + id}

+
+
- + {JSON.stringify(transformJson, null, 4)} @@ -481,7 +484,6 @@ export class TransformDetails extends Component - - + diff --git a/public/pages/Transforms/containers/Transforms/__snapshots__/EditTransform.test.tsx.snap b/public/pages/Transforms/containers/Transforms/__snapshots__/EditTransform.test.tsx.snap index e95e128aa..bcd30143c 100644 --- a/public/pages/Transforms/containers/Transforms/__snapshots__/EditTransform.test.tsx.snap +++ b/public/pages/Transforms/containers/Transforms/__snapshots__/EditTransform.test.tsx.snap @@ -4,11 +4,13 @@ exports[` spec renders the component 1`] = `
-

- Edit transform job -

+

+ Edit transform job +

+