Skip to content

Commit

Permalink
navigation changes for control center
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed May 22, 2023
1 parent 9fd0ad9 commit 0db370c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
AppMountParameters,
CoreSetup,
CoreStart,
DEFAULT_APP_CATEGORIES,
Plugin,
} from '../../../src/core/public';
import {
Expand All @@ -27,12 +28,8 @@ export class notificationsDashboardsPlugin
core.application.register({
id: PLUGIN_NAME,
title: 'Notifications',
category: {
id: 'opensearch',
label: 'OpenSearch Plugins',
order: 2000,
},
order: 6000,
category: DEFAULT_APP_CATEGORIES.management,
order: 9080,
async mount(params: AppMountParameters) {
// Load application bundle
const { renderApp } = await import('./application');
Expand Down

0 comments on commit 0db370c

Please sign in to comment.