From 2b4403b98cdb3cfc4ee026ac16da0912b52c3c60 Mon Sep 17 00:00:00 2001 From: Maximiliano Ibarra Date: Thu, 13 May 2021 17:43:07 -0300 Subject: [PATCH] Removed tooltip in last breadcrumb in header breadcrumb (#3250) --- CHANGELOG.md | 1 + public/components/common/modules/main-overview.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bd8efba01..dbe39b6afb 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. - Removed module titles [#3160](https://github.com/wazuh/wazuh-kibana-app/pull/3160) - Removed Sha1 field from registry key detail [#3189](https://github.com/wazuh/wazuh-kibana-app/pull/3189) +- Removed tooltip in last breadcrumb in header breadcrumb [3250](https://github.com/wazuh/wazuh-kibana-app/pull/3250) - Refactored the Health check component [#3197](https://github.com/wazuh/wazuh-kibana-app/pull/3197) - Added version in package downloaded name in agent deploy command [#3210](https://github.com/wazuh/wazuh-kibana-app/issues/3210) - Removed restriction to allow only current active agents from vulnerability inventory [#3243](https://github.com/wazuh/wazuh-kibana-app/pull/3243) diff --git a/public/components/common/modules/main-overview.tsx b/public/components/common/modules/main-overview.tsx index aba42cc957..512e7ea738 100644 --- a/public/components/common/modules/main-overview.tsx +++ b/public/components/common/modules/main-overview.tsx @@ -97,7 +97,7 @@ export class MainModuleOverview extends Component {
-
+
{WAZUH_MODULES[this.props.section].title}