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
Signed-off-by: Lin Wang <wonglam@amazon.com>
  • Loading branch information
wanglam committed Sep 11, 2024
1 parent 4828bbc commit 8e9c3d1
Showing 1 changed file with 4 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

0 comments on commit 8e9c3d1

Please sign in to comment.