Add tool tip about where to setup notifcation methods

https://github.com/webmin/webmin/issues/2594
This commit is contained in:
Jamie Cameron
2025-11-28 20:56:48 -08:00
parent 70c7ddf3bb
commit 9f4a4fadf7
2 changed files with 7 additions and 1 deletions

View File

@@ -167,7 +167,7 @@ foreach $n (keys %notify) {
# Don't clear set but un-usable modes # Don't clear set but un-usable modes
print &ui_hidden("notify", $n); 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); undef, \@tds);
# Show extra address to email # Show extra address to email

6
status/help/notify.html Normal file
View File

@@ -0,0 +1,6 @@
<header>Notification methods</header>
Available notification methods for this monitor can be configured on the
Scheduled Monitoring page. <p>
<footer>