From 9f4a4fadf75b46609d241085060422bd381febb5 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Fri, 28 Nov 2025 20:56:48 -0800 Subject: [PATCH] Add tool tip about where to setup notifcation methods https://github.com/webmin/webmin/issues/2594 --- status/edit_mon.cgi | 2 +- status/help/notify.html | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 status/help/notify.html diff --git a/status/edit_mon.cgi b/status/edit_mon.cgi index 8708680ad..1759e3626 100755 --- a/status/edit_mon.cgi +++ b/status/edit_mon.cgi @@ -167,7 +167,7 @@ foreach $n (keys %notify) { # Don't clear set but un-usable modes print &ui_hidden("notify", $n); } -print &ui_table_row($text{'mon_notify'}, $notify, +print &ui_table_row(&hlink($text{'mon_notify'}, "notify"), $notify, undef, \@tds); # Show extra address to email diff --git a/status/help/notify.html b/status/help/notify.html new file mode 100644 index 000000000..eab40879e --- /dev/null +++ b/status/help/notify.html @@ -0,0 +1,6 @@ +
Notification methods
+ +Available notification methods for this monitor can be configured on the +Scheduled Monitoring page.

+ +