Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #217 from zhyuanqi/dev
Browse files Browse the repository at this point in the history
position change for reporting plugin in side bar
  • Loading branch information
seraphjiang committed Nov 25, 2020
2 parents fdbd305 + 1e276a2 commit f176e1f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions kibana-reports/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,13 @@ export class OpendistroKibanaReportsPlugin
core.application.register({
id: PLUGIN_NAME,
title: 'Reporting',
category: DEFAULT_APP_CATEGORIES.kibana,
order: 8037,
category: {
id: 'odfe',
label: 'Open Distro for Elasticsearch',
euiIconType: 'logoKibana',
order: 2000,
},
order: 2000,
async mount(params: AppMountParameters) {
// Load application bundle
const { renderApp } = await import('./application');
Expand Down

0 comments on commit f176e1f

Please sign in to comment.