From ec84121e657d82ca866c7cb2189bec2343656fba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=A6n=20Hansen?= Date: Wed, 18 Sep 2024 16:19:09 +0200 Subject: [PATCH] chore(compass-indexes): Update tooltip shown when managing "Search Indexes" is not supported COMPASS-7978 (#6247) Update tooltip contents --- .../components/indexes-toolbar/indexes-toolbar.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/packages/compass-indexes/src/components/indexes-toolbar/indexes-toolbar.tsx b/packages/compass-indexes/src/components/indexes-toolbar/indexes-toolbar.tsx index 00f159a5f78..1ae1c99ecdf 100644 --- a/packages/compass-indexes/src/components/indexes-toolbar/indexes-toolbar.tsx +++ b/packages/compass-indexes/src/components/indexes-toolbar/indexes-toolbar.tsx @@ -163,15 +163,14 @@ export const IndexesToolbar: React.FunctionComponent = ({ } >

- The Atlas Search index management in Compass is only - available for Atlas local deployments and M10+ clusters - running MongoDB 6.0.7 or newer. + Atlas Search index management in Compass is only available + for Atlas local deployments and clusters running MongoDB + 6.0.7 or newer.

- For clusters running an earlier version of MongoDB or - shared tier clusters you can manage your Atlas Search - indexes from the Atlas web UI, with the CLI, or with the - Administration API. + For clusters running an earlier version of MongoDB, you + can manage your Atlas Search indexes from the Atlas web + Ul, with the CLI, or with the Administration API.

)}