Skip to content

Commit

Permalink
Fix view rule alert link (#6553)
Browse files Browse the repository at this point in the history
* Fix rule alert link path

* Add changelog
  • Loading branch information
asteriscos committed Mar 26, 2024
1 parent a708474 commit 94a219a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -47,6 +47,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Fixed the axis label visual bug from dashboards [#6378](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6378)
- Fixed a error pop-up spawn in MITRE ATT&CK [#6431](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6431)
- Fixed minor style issues [#6484](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6484) [#6489](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6489)
- Fixed "View alerts of this Rule" link [#6553](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6553)

### Removed

Expand Down
Expand Up @@ -752,7 +752,7 @@ export default class WzRuleInfo extends Component {
iconType='popout'
aria-label='popout'
href={getCore().application.getUrlForApp(threatHunting.id, {
path: `#/overview?tab=general&tabView=panels&addRuleFilter=${id}`,
path: `#/overview/?tab=general&tabView=panels&addRuleFilter=${id}`,
})}
target='blank'
>
Expand Down

0 comments on commit 94a219a

Please sign in to comment.