From 9af99cfbbdd4919b7c98d8ee7ba0b9fab171c08e Mon Sep 17 00:00:00 2001 From: "Eyo O. Eyo" <7893459+eokoneyo@users.noreply.github.com> Date: Fri, 8 Nov 2024 18:41:24 +0100 Subject: [PATCH] [Spaces] Visual adjustment to solution view selection (#199505) ## Summary Closes https://github.com/elastic/kibana-team/issues/1259, https://github.com/elastic/kibana-team/issues/1260 #### Visuals ##### Before Screenshot 2024-11-08 at 16 39 26 ##### After Screenshot 2024-11-08 at 16 37 02 (cherry picked from commit eff0f2620bf36685b5965a191b698f2e6d2c18a2) # Conflicts: # x-pack/plugins/spaces/public/management/components/solution_view/solution_view.tsx --- .../solution_view/solution_view.tsx | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) 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 && ( <> - - - - - +