diff --git a/content/en/docs/control-center/apps.md b/content/en/docs/control-center/apps.md index 89937f4427a..4d43686fce5 100644 --- a/content/en/docs/control-center/apps.md +++ b/content/en/docs/control-center/apps.md @@ -15,8 +15,14 @@ aliases: The **Apps** page gives an overview of all the apps belonging to your company. The page has the following tabs available: **Mendix Cloud**, **Mendix Free Cloud**, **Other Apps**, and **Deactivated Apps**. {{% alert color="info" %}} -We will enhance this page to provide information about apps deployed on standalone private clouds. Stay tuned. -{{% /alert %}} +Mendix will enhance this page to provide information about apps deployed on standalone private clouds. Stay tuned. +{{% /alert %}} + +The search bar at the top of the page allows you to find an app using either the app ID or the app name. + +{{< figure src="/attachments/control-center/apps/top-search-bar.png" >}} + +The search results apear in a pop-up window where you can apply filters for **AppName**, **AppID**, **Technical Contact**, **Last Commit**, **Created Date**, and **Deployment**. Clicking the app name opens the [app details](#app-details). ## Mendix Cloud @@ -249,7 +255,7 @@ The filter shown as below allows you to filter apps by **Deployed Status**. (Thi ## Viewing App Details {#app-details} -If you click an app name on a tab, a page opens and shows the details of this app. +If you click an app name on a tab or in the search results of the top search bar, a page opens and shows the details of this app. The app details page has the following tabs: diff --git a/content/en/docs/releasenotes/control-center/_index.md b/content/en/docs/releasenotes/control-center/_index.md index b9ec1e38c44..8f3e9a7a503 100644 --- a/content/en/docs/releasenotes/control-center/_index.md +++ b/content/en/docs/releasenotes/control-center/_index.md @@ -14,6 +14,12 @@ To see the current status of the Mendix Control Center, see [Mendix Status](http ## 2024 +### October 24, 2024 + +#### New Features + +* On the [Apps](/control-center/apps/) page, we added a search bar that allows you to find an app using either the app ID or the app name. + ### October 17, 2024 #### Improvements diff --git a/static/attachments/control-center/apps/top-search-bar.png b/static/attachments/control-center/apps/top-search-bar.png new file mode 100644 index 00000000000..9a74c7ca097 Binary files /dev/null and b/static/attachments/control-center/apps/top-search-bar.png differ