Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ All notable changes to the Wazuh ML Commons project will be documented in this f
- Support for Wazuh 4.14.0
- Added new columns to the models table that lists all model configurations [#6](https://github.com/wazuh/wazuh-dashboard-ml-commons/pull/6)
- 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)

### Changed

- Changed the navigation menu category where the app registers [#7](https://github.com/wazuh/wazuh-dashboard-ml-commons/pull/7)
6 changes: 4 additions & 2 deletions public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,10 @@ export class MlCommonsPluginPlugin
defaultMessage: 'Review the status of running AI models.',
}),
category: {
id: 'opensearch',
label: 'OpenSearch Plugins',
id: 'explore',
label: 'Explore',
order: 100,
euiIconType: 'search',
},
async mount(params: AppMountParameters) {
// Load application bundle
Expand Down
Loading