From d230f2e6732e53a8700dab2f2e374ffe07c17e06 Mon Sep 17 00:00:00 2001 From: Federico Rodriguez Date: Wed, 25 Jan 2023 17:12:06 +0100 Subject: [PATCH 1/2] Remove overlay custom styles and close button --- .../modules/panel/components/module-side-panel.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/public/components/common/modules/panel/components/module-side-panel.tsx b/public/components/common/modules/panel/components/module-side-panel.tsx index b35045261a..7259c8bf58 100644 --- a/public/components/common/modules/panel/components/module-side-panel.tsx +++ b/public/components/common/modules/panel/components/module-side-panel.tsx @@ -22,8 +22,8 @@ export const ModuleSidePanel = ({ navIsDocked = false, children, ...props }) => onClose={() => setNavIsOpen(false)} >
- setNavIsOpen(!navIsOpen)} - iconType={'cross'} - />
{children}
From f98ced8baa4328faa646c946b7c84982d4075e0b Mon Sep 17 00:00:00 2001 From: Federico Rodriguez Date: Wed, 25 Jan 2023 17:22:53 +0100 Subject: [PATCH 2/2] Add changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e7f7bf72c..4cb6a191b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -81,6 +81,7 @@ All notable changes to the Wazuh app project will be documented in this file. - Fixed mispelling in the NIST module [#5107](https://github.com/wazuh/wazuh-kibana-app/pull/5107) - Fixed Statistic cronjob bulk document insert [#5150](https://github.com/wazuh/wazuh-kibana-app/pull/5150) - Fixed the style of the buttons showing more event information in the event view table. [#5137](https://github.com/wazuh/wazuh-kibana-app/pull/5137) +- Fixed the module information button in Office365 and Github Panel tab to open the nav drawer. [#5167](https://github.com/wazuh/wazuh-kibana-app/pull/5167) ### Removed