Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed tooltip in last breadcrumb in header breadcrumb #3250

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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