Marius Burkard
2016-02-11 a7796bec1be01b51f400e9a3a698535b12b636aa
interface/web/vm/form/openvz_template.tform.php
@@ -467,6 +467,30 @@
         'width'  => '30',
         'maxlength' => '255'
      ),
      'iptables' => array (
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'default' => '',
         'value'  => '',
         'width'  => '30',
         'maxlength' => '255'
      ),
      'custom' => array (
         'datatype' => 'TEXT',
         'formtype' => 'TEXTAREA',
         'default' => '',
         'value'  => '',
         'separator' => '',
         'width'  => '',
         'maxlength' => '',
         'rows'  => '10',
         'cols'  => '30',
         'validators'    => array (  0 => array ('type'  => 'CUSTOM',
            'class' => 'validate_openvz',
            'function' => 'check_custom',
            'errmsg'=> 'custom_error'),
         ),
      ),
      //#################################
      // ENDE Datatable fields
      //#################################