From 4f102d5c8261da3f2ce0c94850a2be89538917b2 Mon Sep 17 00:00:00 2001 From: "chantal.kelm" Date: Wed, 25 Sep 2024 11:19:44 -0300 Subject: [PATCH 1/2] fix style when unnpinned an agent in endpoint summary section --- plugins/main/public/components/endpoints-summary/agent/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/main/public/components/endpoints-summary/agent/index.tsx b/plugins/main/public/components/endpoints-summary/agent/index.tsx index d30b618052..7a4f7be0c2 100644 --- a/plugins/main/public/components/endpoints-summary/agent/index.tsx +++ b/plugins/main/public/components/endpoints-summary/agent/index.tsx @@ -46,6 +46,7 @@ export const AgentView = compose( You need to select an agent or return to From d8121f0f43050b2c89d373d1b076392e1a7319cf Mon Sep 17 00:00:00 2001 From: "chantal.kelm" Date: Wed, 25 Sep 2024 11:25:30 -0300 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cca05a7231..06029a01ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ All notable changes to the Wazuh app project will be documented in this file. - Fixed missing options depending on agent operating system in the agent configuration report [#6983](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6983) - Fixed an style that affected the Discover plugin [#6989](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6989) - Fixed a problem updating the API host registry in the GET /api/check-stored-api [#6995](https://github.com/wazuh/wazuh-dashboard-plugins/pull/6995) +- Fixed style when unnpinned an agent in endpoint summary section [#7015](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7015) ### Changed