diff --git a/public/plugin.tsx b/public/plugin.tsx index 3fd3d89b..0ef7c041 100644 --- a/public/plugin.tsx +++ b/public/plugin.tsx @@ -32,7 +32,12 @@ export class CustomImportMapPlugin core.application.register({ id: PLUGIN_NAVIGATION_BAR_ID, title: PLUGIN_NAVIGATION_BAR_TILE, - category: DEFAULT_APP_CATEGORIES.opensearchDashboards, + order: 5100, + category: { + id: 'opensearch', + label: 'OpenSearch Plugins', + order: 2000, + }, async mount(params: AppMountParameters) { // Load application bundle const { renderApp } = await import('./application');