Skip to content

Commit

Permalink
chore(compass-indexes): Update tooltip shown when managing "Search In…
Browse files Browse the repository at this point in the history
…dexes" is not supported COMPASS-7978 (#6247)

Update tooltip contents
  • Loading branch information
kraenhansen authored Sep 18, 2024
1 parent 49f7aee commit ec84121
Showing 1 changed file with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,14 @@ export const IndexesToolbar: React.FunctionComponent<IndexesToolbarProps> = ({
}
>
<p>
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.
</p>
<p>
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.
</p>
</Tooltip>
)}
Expand Down

0 comments on commit ec84121

Please sign in to comment.