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:
commit
ae995f1923
|
@ -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