Skip to content

Commit

Permalink
[Backport 4.4-1.2-wzd] Sorting by agents in the table groups (#4339)
Browse files Browse the repository at this point in the history
Sorting by agents in the table groups (#4323)

* Added sortable by agent count option to the groups table

* Added changelog entry

Co-authored-by: Álex <[email protected]>
(cherry picked from commit 9079f07)

Co-authored-by: Ian Yenien Serrano <[email protected]>
  • Loading branch information
github-actions[bot] and yenienserrano authored Jul 18, 2022
1 parent cd9a724 commit a4bf9f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to the Wazuh app project will be documented in this file.

## Wazuh v4.4.0 - OpenSearch Dashboards 1.2.0 - Revision 4400

### Added

- Added the option to sort by the agents count in the group table. [#4323](https:/wazuh/wazuh-kibana-app/pull/4323)

### Changed

- Changed the HTTP verb from `GET` to `POST` in the requests to login to the Wazuh API [#4103](https:/wazuh/wazuh-kibana-app/pull/4103)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ export default class GroupsColums {
{
field: 'count',
name: 'Agents',
align: 'left'
align: 'left',
sortable: true
},
{
field: 'configSum',
Expand Down

0 comments on commit a4bf9f2

Please sign in to comment.