Change Csutom value textarea rows in snmp alert editor - #1704

This commit is contained in:
enriquecd 2017-12-14 16:58:46 +01:00
parent 9a96103164
commit 74461bfd7f
1 changed files with 1 additions and 1 deletions

View File

@ -644,7 +644,7 @@ if ($create_alert || $update_alert) {
echo ui_print_help_icon ("snmp_alert_custom", true);
echo '</td><td class="datos">';
html_print_textarea ("custom_value", $custom_value, 2, $custom_value, 'style="width:400px;"');
html_print_textarea ("custom_value", 2, 2, $custom_value, 'style="width:400px;"');
echo '</td></tr>';