Fixed help alert command. Ticket #3415.
This commit is contained in:
parent
c93e39e1ff
commit
b40f0848e0
|
@ -110,7 +110,7 @@ if (is_ajax ()) {
|
|||
}
|
||||
//If the field is the number one, print the help message
|
||||
if ($i == 1) {
|
||||
$fdesc .= ui_print_help_icon ('alert_macros', true);
|
||||
$fdesc .= ui_print_help_icon ('snmp_alert_field1', true);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue