Skip to content

Commit

Permalink
Add comment for dev tools order change
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <ihailong@amazon.com>
  • Loading branch information
Hailong-am committed Jul 6, 2023
1 parent 01d8ea6 commit 833179c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/dev_tools/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export class DevToolsPlugin implements Plugin<DevToolsSetup> {
title: this.title,
updater$: this.appStateUpdater,
icon: '/plugins/home/public/assets/logos/opensearch_mark_default.svg',
/* the order of dev tools, it shows as last item of management section */
order: 9070,
category: DEFAULT_APP_CATEGORIES.management,
mount: async (params: AppMountParameters) => {
Expand Down

0 comments on commit 833179c

Please sign in to comment.