Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed pagination to SCA table (#4653) * pagination SCA table * Resolv…
…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