Change Csutom value textarea rows in snmp alert editor - #1704
This commit is contained in:
parent
9a96103164
commit
74461bfd7f
|
@ -644,7 +644,7 @@ if ($create_alert || $update_alert) {
|
||||||
echo ui_print_help_icon ("snmp_alert_custom", true);
|
echo ui_print_help_icon ("snmp_alert_custom", true);
|
||||||
|
|
||||||
echo '</td><td class="datos">';
|
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>';
|
echo '</td></tr>';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue