diff --git a/x-pack/plugins/spaces/public/management/components/solution_view/solution_view.tsx b/x-pack/plugins/spaces/public/management/components/solution_view/solution_view.tsx index 4bf5e437f7350..fb3980d12b344 100644 --- a/x-pack/plugins/spaces/public/management/components/solution_view/solution_view.tsx +++ b/x-pack/plugins/spaces/public/management/components/solution_view/solution_view.tsx @@ -79,7 +79,7 @@ const getOptions = ({ size }: EuiThemeComputed): Array - + {i18n.translate( 'xpack.spaces.management.manageSpacePage.solutionViewSelect.classicOptionLabel', { defaultMessage: 'Classic' } @@ -151,6 +151,16 @@ export const SolutionView: FunctionComponent = ({ defaultMessage: 'Solution view', })} fullWidth + helpText={ + + {showClassicDefaultViewCallout ? ( + + ) : null} + + } {...validator.validateSolutionView(space, isEditing)} > = ({ {showClassicDefaultViewCallout && ( <> - - - - - +