diff --git a/source/connect/connections.txt b/source/connect/connections.txt index 087862831..a2b0f5690 100644 --- a/source/connect/connections.txt +++ b/source/connect/connections.txt @@ -21,11 +21,11 @@ The :guilabel:`Connections Sidebar` on the left of the Compass window contains the following options: - :icon-lg:`Plus` icon to add new connections -- :icon-fa5:`ellipsis-h` icon to import and export connections +- :icon-fa5:`ellipsis-v` icon to import and export connections - Search bar to search active connections - :guilabel:`Connections` list -.. figure:: /images/compass/connections-sidebar.png +.. figure:: /images/compass/connection-sidebar.png :figwidth: 750px :alt: Connections Sidebar @@ -37,6 +37,18 @@ The :guilabel:`Connections` list in the sidebar contains your connections have a :icon-fa5:`star` next to the connection name and always appear at the top of the connections list. +Filter Connections List +^^^^^^^^^^^^^^^^^^^^^^^ + +You can filter the :guilabel:`Connections` list to only display your +currently active connections by clicking the filter icon to the right +of the active connections search bar and toggling +"Show only active connections" on: + +.. figure:: /images/compass/filter-connections-list.png + :figwidth: 750px + :alt: Filtered Connections Sidebar + Connect to MongoDB ------------------ diff --git a/source/images/compass/connection-sidebar.png b/source/images/compass/connection-sidebar.png new file mode 100644 index 000000000..c587b1988 Binary files /dev/null and b/source/images/compass/connection-sidebar.png differ diff --git a/source/images/compass/connections-sidebar.png b/source/images/compass/connections-sidebar.png deleted file mode 100644 index d82667e86..000000000 Binary files a/source/images/compass/connections-sidebar.png and /dev/null differ diff --git a/source/images/compass/filter-connections-list.png b/source/images/compass/filter-connections-list.png new file mode 100644 index 000000000..460c7abcc Binary files /dev/null and b/source/images/compass/filter-connections-list.png differ