Skip to content

Commit

Permalink
Merge branch '4.10.0' of https://github.com/wazuh/wazuh-kibana-app in…
Browse files Browse the repository at this point in the history
…to bug/7082-fim-flyout-filters
  • Loading branch information
Desvelao committed Oct 24, 2024
2 parents 34395bf + 5fb561b commit 33759d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Fixed export formatted csv data with special characters from tables [#7048](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7048)
- Fixed column reordering feature [#7072](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7072)
- Fixed filter management to prevent hiding when adding multiple filters [#7077](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7077)
- Fixed vulnerabilities inventory table scroll [#7118](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7118)
- Fixed the filter are displayed cropped on screens of 575px to 767px in vulnerability detection module [#7047](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7047)
- Fixed ability to filter from files inventory details flyout of File Integrity Monitoring [#7119](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7119)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
height: max-content !important;
}

// This makes the table not generate an unnecessary scroll when filtering data from 1 page and then do another search for more pages.
.vulsInventoryDataGrid {
height: calc(100vh - 216px) !important;
}

.euiDataGrid--fullScreen {
height: calc(100vh - 49px);
bottom: 0;
Expand Down

0 comments on commit 33759d4

Please sign in to comment.