Skip to content

Commit

Permalink
Apply enhance #3622 -> Add filter bar on Network ports table (#3639)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Nov 5, 2021
1 parent e91a42c commit 6aad89a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ All notable changes to the Wazuh app project will be documented in this file.

### Added

- Added ability to filter the results fo the `Network Ports` table in the `Inventory data` section [#3639](https://github.com/wazuh/wazuh-kibana-app/pull/3639)
- Added new endpoint service to collect the frontend logs into a file [#3324](https://github.com/wazuh/wazuh-kibana-app/pull/3324)
- Improved the frontend handle errors strategy: UI, Toasts, console log and log in file
[#3327](https://github.com/wazuh/wazuh-kibana-app/pull/3327)
Expand Down
2 changes: 1 addition & 1 deletion public/components/agents/syscollector/inventory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export function SyscollectorInventory({ agent }) {
title: 'Network ports',
columns: portsColumns[soPlatform],
icon: 'inputOutput',
searchBar: false,
searchBar: true,
exportFormatted: false,
}}
/>
Expand Down

0 comments on commit 6aad89a

Please sign in to comment.