Skip to content

Commit

Permalink
Removed tooltip in last breadcrumb in header breadcrumb (#3250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Machi3mfl authored May 13, 2021
1 parent 8863e82 commit 2b4403b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion public/components/common/modules/main-overview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class MainModuleOverview extends Component {
<EuiFlexGroup gutterSize="xs" alignItems="center" responsive={false}>
<div style={{ margin: '0.8em 0em 0em 0.09em' }}>
<EuiToolTip position="top">
<div className="euiBreadcrumb euiBreadcrumb--last">
<div className="euiBreadcrumb euiBreadcrumb--last" title="">
{WAZUH_MODULES[this.props.section].title}
</div>
</EuiToolTip>
Expand Down

0 comments on commit 2b4403b

Please sign in to comment.