From 4494d16e0ed0891eca6aa45ebe1786e62f86c0e9 Mon Sep 17 00:00:00 2001 From: JuanGarriuz Date: Mon, 2 Sep 2024 12:12:31 +0200 Subject: [PATCH] Improve intelligence flyout details readability (#6954) * Get details darker * Added changelog * Update CHANGELOG --- CHANGELOG.md | 1 + .../overview/mitre/intelligence/resource_detail_flyout.tsx | 7 ++----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f10cbcfb..89fda37cfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ All notable changes to the Wazuh app project will be documented in this file. ### Changed - Upgraded the `axios` dependency to `1.7.4` [#6919](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6919) +- Improved MITRE ATT&CK intelligence flyout details readability [#6954](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6954) ## Wazuh v4.9.0 - OpenSearch Dashboards 2.13.0 - Revision 05 diff --git a/plugins/main/public/components/overview/mitre/intelligence/resource_detail_flyout.tsx b/plugins/main/public/components/overview/mitre/intelligence/resource_detail_flyout.tsx index 57299494f8..590f852b5b 100644 --- a/plugins/main/public/components/overview/mitre/intelligence/resource_detail_flyout.tsx +++ b/plugins/main/public/components/overview/mitre/intelligence/resource_detail_flyout.tsx @@ -16,10 +16,7 @@ import { MitreAttackResources } from './resources'; import { ReferencesTable } from './resource_detail_references_table'; import { - EuiFlyout, EuiFlyoutHeader, - EuiOverlayMask, - EuiOutsideClickDetector, EuiTitle, EuiText, EuiFlexGroup, @@ -64,7 +61,7 @@ export const ModuleMitreAttackIntelligenceFlyout = ({
{detailProperty.label}
- + {detailProperty.render ? detailProperty.render(details[detailProperty.id]) : details[detailProperty.id]} @@ -79,7 +76,7 @@ export const ModuleMitreAttackIntelligenceFlyout = ({
Description
- + {details.description ? ( ) : (