Skip to content

Commit

Permalink
change plugin ordering (#389)
Browse files Browse the repository at this point in the history
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
  • Loading branch information
ps48 authored Apr 18, 2023
1 parent 1ecd7ea commit a6c1ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export class ObservabilityPlugin
label: i18n.translate('core.ui.observabilityNavList.label', {
defaultMessage: 'Observability',
}),
order: 3000,
order: 1500,
},
});

Expand Down

0 comments on commit a6c1ebc

Please sign in to comment.