From 1e6f68abcfc3e29342243e8372428c407a32a173 Mon Sep 17 00:00:00 2001 From: Sarah Diedrich Date: Tue, 4 Feb 2020 11:50:21 +0100 Subject: [PATCH 1/2] fix missing delete button for host identifiers --- gsa/src/web/pages/hosts/detailspage.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gsa/src/web/pages/hosts/detailspage.js b/gsa/src/web/pages/hosts/detailspage.js index d992af7881..1705230325 100644 --- a/gsa/src/web/pages/hosts/detailspage.js +++ b/gsa/src/web/pages/hosts/detailspage.js @@ -295,7 +295,6 @@ const Page = ({ onHostDeleteClick={delete_func} onHostDownloadClick={download} onHostEditClick={edit} - onHostIdentifierDeleteClick={deleteidentifier} > {({activeTab = 0, onActivateTab}) => { return ( @@ -319,7 +318,10 @@ const Page = ({ -
+
Date: Tue, 4 Feb 2020 11:57:14 +0100 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21d1214c9d..b8c68116e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -64,6 +64,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Lower memory usage when getting a report [#1858](https://github.com/greenbone/gvmd/pull/1858) ### Fixed +- Fixed missing delete button for host identifiers [#1959](https://github.com/greenbone/gsa/pull/1959) - Fixed sorting columns with empty string values [#1936](https://github.com/greenbone/gsa/pull/1936) - Fixed broken entity links for reportformat, scanconfig and portlist [#1934](https://github.com/greenbone/gsa/pull/1934) - Fixed removing levels filter keyword if all severity levels are unchecked [#1869](https://github.com/greenbone/gsa/pull/1869)