diff --git a/public/plugin.ts b/public/plugin.ts index c5bdd231..b0543223 100644 --- a/public/plugin.ts +++ b/public/plugin.ts @@ -30,6 +30,9 @@ export class MlCommonsPluginPlugin core.application.register({ id: PLUGIN_ID, title: PLUGIN_NAME, + description: i18n.translate('MLCommonsDashboards.application.aiModels.description', { + defaultMessage: 'Review the status of running AI models.', + }), category: { id: 'opensearch', label: 'OpenSearch Plugins', @@ -66,6 +69,7 @@ export class MlCommonsPluginPlugin label: i18n.translate('MLCommonsDashboards.Category.MachineLearning.label', { defaultMessage: 'Machine learning', }), + order: 9999, }, }, ]); diff --git a/release-notes/opensearch-ml-commons-dashboards.release-notes-2.17.0.0.md b/release-notes/opensearch-ml-commons-dashboards.release-notes-2.17.0.0.md index a8be1d4b..239fd963 100644 --- a/release-notes/opensearch-ml-commons-dashboards.release-notes-2.17.0.0.md +++ b/release-notes/opensearch-ml-commons-dashboards.release-notes-2.17.0.0.md @@ -11,6 +11,7 @@ Compatible with OpenSearch 2.17.0 ### Bug Fixes * Fix connector router response 500 ([#358](https://github.com/opensearch-project/ml-commons-dashboards/pull/358)) +* Fix category order and description in data administration landing page ([#369](https://github.com/opensearch-project/ml-commons-dashboards/pull/369)) ### Maintenance * Increment version to 2.17.0.0 ([#353](https://github.com/opensearch-project/ml-commons-dashboards/pull/353))