From 6aad89acabfd27d8204cec4e79beb49190e105cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex?= Date: Fri, 5 Nov 2021 14:02:46 +0100 Subject: [PATCH] Apply enhance #3622 -> Add filter bar on Network ports table (#3639) --- CHANGELOG.md | 1 + public/components/agents/syscollector/inventory.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4eb06dfc7e..d8ea724671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/public/components/agents/syscollector/inventory.tsx b/public/components/agents/syscollector/inventory.tsx index 4826512a18..fd0d25f551 100644 --- a/public/components/agents/syscollector/inventory.tsx +++ b/public/components/agents/syscollector/inventory.tsx @@ -103,7 +103,7 @@ export function SyscollectorInventory({ agent }) { title: 'Network ports', columns: portsColumns[soPlatform], icon: 'inputOutput', - searchBar: false, + searchBar: true, exportFormatted: false, }} />