Skip to content

Commit

Permalink
Fix category order and description in data administration landing page (
Browse files Browse the repository at this point in the history
#369)

* Fix category order and description in data administration landing page

Signed-off-by: Lin Wang <wonglam@amazon.com>

* Update release notes

Signed-off-by: Lin Wang <wonglam@amazon.com>

---------

Signed-off-by: Lin Wang <wonglam@amazon.com>
(cherry picked from commit ffac668)
  • Loading branch information
wanglam authored and github-actions[bot] committed Sep 20, 2024
1 parent 1c16b4d commit d7eec70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -66,6 +69,7 @@ export class MlCommonsPluginPlugin
label: i18n.translate('MLCommonsDashboards.Category.MachineLearning.label', {
defaultMessage: 'Machine learning',
}),
order: 9999,
},
},
]);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit d7eec70

Please sign in to comment.