Skip to content

Commit

Permalink
Remove matching message from notification test result
Browse files Browse the repository at this point in the history
CMK-21277

Change-Id: Ifb701bcd174666e4b1240d54f93b018b8609cfd1
  • Loading branch information
makanakoeln committed Jan 20, 2025
1 parent 4e5aa3d commit 333634b
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions cmk/gui/wato/pages/notifications/modes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 333634b

Please sign in to comment.