Skip to content

Commit 3246061

Browse files
authored
Change navigation menu category (#9)
* Fix navigation menu category * Add changelog * Remove unnecessary spaces
1 parent 7c0e6a5 commit 3246061

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ All notable changes to the Wazuh ML Commons project will be documented in this f
99
- Support for Wazuh 4.14.0
1010
- Added new columns to the models table that lists all model configurations [#6](https://github.com/wazuh/wazuh-dashboard-ml-commons/pull/6)
1111
- Added the ability to manage configurations, register new AI assistants, and select which configuration is used in the AI models overview [#6](https://github.com/wazuh/wazuh-dashboard-ml-commons/pull/6)
12+
13+
### Changed
14+
15+
- Changed the navigation menu category where the app registers [#7](https://github.com/wazuh/wazuh-dashboard-ml-commons/pull/7)

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)