Merge branch '1704-Cuadro-ENORME-cuando-se-pone-un-número-en-Custom-Value-4985-com1' into 'develop'

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

See merge request artica/pandorafms!1187
This commit is contained in:
vgilc 2018-01-02 10:27:20 +01:00
commit ae995f1923
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>';