Skip to content

Commit 0509f76

Browse files
committed
Fix navigation menu category
1 parent 7c0e6a5 commit 0509f76

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

public/plugin.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@ export class MlCommonsPluginPlugin
3838
defaultMessage: 'Review the status of running AI models.',
3939
}),
4040
category: {
41-
id: 'opensearch',
42-
label: 'OpenSearch Plugins',
41+
id: 'explore',
42+
label: 'Explore',
43+
order: 100,
44+
euiIconType: 'search',
4345
},
4446
async mount(params: AppMountParameters) {
4547
// Load application bundle

0 commit comments

Comments
 (0)