From 333634b7ec811349381e9a61354524005e7a06a1 Mon Sep 17 00:00:00 2001 From: Ronny Bruska Date: Mon, 20 Jan 2025 08:15:59 +0100 Subject: [PATCH] Remove matching message from notification test result CMK-21277 Change-Id: Ifb701bcd174666e4b1240d54f93b018b8609cfd1 --- cmk/gui/wato/pages/notifications/modes.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/cmk/gui/wato/pages/notifications/modes.py b/cmk/gui/wato/pages/notifications/modes.py index 464b4892bca..6d2105e767f 100644 --- a/cmk/gui/wato/pages/notifications/modes.py +++ b/cmk/gui/wato/pages/notifications/modes.py @@ -1641,18 +1641,8 @@ def _show_notification_test_overview( ) -> None: if not context or not analyse: return - html.open_div(class_="test_notifications_matching_help") - html.icon("toggle_details") - html.b(_("Matching: ")) - html.write_text_permissive( - _( - "Each parameter is defined by the first matching rule where that parameter " - "is set (checked)." - ) - ) - html.close_div() - html.open_div(id_="notification_analysis_container") + html.open_div(id_="notification_analysis_container") html.open_div(class_="state_bar state0") html.open_span() html.icon("check")