Skip to content

Commit

Permalink
Move maps entrypoint under plugins (#196) (#198)
Browse files Browse the repository at this point in the history
* Move maps entrypoint under plugins

Signed-off-by: Junqiu Lei <[email protected]>
(cherry picked from commit c06a8ef)

Co-authored-by: Junqiu Lei <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and junqiu-lei authored Jan 10, 2023
1 parent a4ade33 commit 2dd0cb7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 2dd0cb7

Please sign in to comment.