From 0509f76c2fc7f4bb69166f9b492e8a286191f76e Mon Sep 17 00:00:00 2001 From: Federico Rodriguez Date: Fri, 12 Sep 2025 14:01:11 +0200 Subject: [PATCH 1/3] Fix navigation menu category --- public/plugin.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/public/plugin.ts b/public/plugin.ts index 1b0bfbfe..1bbf3778 100644 --- a/public/plugin.ts +++ b/public/plugin.ts @@ -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 From 47e20189be1bef88ff4773e79e296af9bd05a8b7 Mon Sep 17 00:00:00 2001 From: Federico Rodriguez Date: Fri, 12 Sep 2025 19:16:15 +0200 Subject: [PATCH 2/3] Add changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d458c956..0c89a629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) From 08b8323f2ca6e04b80e312a8706e9a0f92330646 Mon Sep 17 00:00:00 2001 From: Federico Rodriguez Date: Mon, 15 Sep 2025 14:18:27 +0200 Subject: [PATCH 3/3] Remove unnecessary spaces --- public/plugin.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/plugin.ts b/public/plugin.ts index 1bbf3778..2a356233 100644 --- a/public/plugin.ts +++ b/public/plugin.ts @@ -38,10 +38,10 @@ export class MlCommonsPluginPlugin defaultMessage: 'Review the status of running AI models.', }), category: { - id: 'explore', - label: 'Explore', - order: 100, - euiIconType: 'search', + id: 'explore', + label: 'Explore', + order: 100, + euiIconType: 'search', }, async mount(params: AppMountParameters) { // Load application bundle