Skip to content

Commit a6c1ebc

Browse files
authored
change plugin ordering (opensearch-project#389)
Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
1 parent 1ecd7ea commit a6c1ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/plugin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export class ObservabilityPlugin
125125
label: i18n.translate('core.ui.observabilityNavList.label', {
126126
defaultMessage: 'Observability',
127127
}),
128-
order: 3000,
128+
order: 1500,
129129
},
130130
});
131131

0 commit comments

Comments
 (0)