Skip to content

Commit

Permalink
Fixed pagination to SCA table (#4653) * pagination SCA table * Resolv…
Browse files Browse the repository at this point in the history
…ed beautifyDate is not a function * Used sca checks with distinct and value in search bar * pagination SCA table * Resolved beautifyDate is not a function * Used sca checks with distinct and value in search bar * Refactored sca inventory sca and added some types * Solved some eslint warnings * Solved review comments Co-authored-by: Maximiliano Ibarra <maximilianoaibarra@gmail.com>
Co-authored-by: Álex <alejandro.ruiz.becerra@wazuh.com>
(cherry picked from commit 8ec037c)

# Conflicts:
#	CHANGELOG.md
#	public/components/agents/vuls/inventory.tsx
#
# It looks like you may be committing a cherry-pick.
# If this is not correct, please run
#	git update-ref -d CHERRY_PICK_HEAD
# and try again.


# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# Author:    Chantal Belén kelm <99441266+chantal-kelm@users.noreply.github.com>
# Date:      Wed Oct 19 12:04:00 2022 -0300
#
# On branch 4.4-7.16
# Your branch is up to date with 'origin/4.4-7.16'.
#
# You are currently cherry-picking commit 8ec037c.
#
# Changes to be committed:
#	modified:   CHANGELOG.md
#	modified:   public/components/agents/sca/inventory.tsx
#	new file:   public/components/agents/sca/inventory/checks-table.tsx
#	new file:   public/components/agents/sca/inventory/index.ts
#	new file:   public/components/agents/sca/inventory/lib/api-request.ts
#	new file:   public/components/agents/sca/inventory/lib/index.ts
#	modified:   public/components/agents/vuls/inventory.tsx
#	modified:   public/components/common/tables/table-default.tsx
#	modified:   public/components/common/tables/table-wz-api.tsx
#	modified:   public/components/wz-search-bar/lib/base-handler.ts
#
  • Loading branch information
chantal-kelm authored and Machi3mfl committed Oct 19, 2022
1 parent 5a96eba commit 11cb1fe
Show file tree
Hide file tree
Showing 10 changed files with 697 additions and 591 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ All notable changes to the Wazuh app project will be documented in this file.
- Fixed a bug where the Wazuh logo was used instead of the custom one [#4539](https://github.com/wazuh/wazuh-kibana-app/pull/4539)
- Fixed rendering problems of the `Agent Overview` section in low resolutions [#4516](https://github.com/wazuh/wazuh-kibana-app/pull/4516)
- Fixed issue when logging out from Wazuh when SAML is enabled [#4595](https://github.com/wazuh/wazuh-kibana-app/issues/4595)
- Fixed pagination to SCA table [#4653](https://github.com/wazuh/wazuh-kibana-app/issues/4653)

## Wazuh v4.3.9 - Kibana 7.10.2, 7.16.x, 7.17.x - Revision 4310

### Added
Expand Down
Loading

0 comments on commit 11cb1fe

Please sign in to comment.