mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Add tool tip about where to setup notifcation methods
https://github.com/webmin/webmin/issues/2594
This commit is contained in:
@@ -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
|
||||
|
||||
6
status/help/notify.html
Normal file
6
status/help/notify.html
Normal 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>
|
||||
Reference in New Issue
Block a user