We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0e6a5 commit 0509f76Copy full SHA for 0509f76
public/plugin.ts
@@ -38,8 +38,10 @@ export class MlCommonsPluginPlugin
38
defaultMessage: 'Review the status of running AI models.',
39
}),
40
category: {
41
- id: 'opensearch',
42
- label: 'OpenSearch Plugins',
+ id: 'explore',
+ label: 'Explore',
43
+ order: 100,
44
+ euiIconType: 'search',
45
},
46
async mount(params: AppMountParameters) {
47
// Load application bundle
0 commit comments